Blender
V3.3
|
#include <MemoryAllocator.h>
Public Member Functions | |
virtual | ~VirtualMemoryAllocator () |
virtual void * | allocate ()=0 |
virtual void | deallocate (void *obj)=0 |
virtual void | destroy ()=0 |
virtual void | printInfo ()=0 |
virtual int | getAllocated ()=0 |
virtual int | getAll ()=0 |
virtual int | getBytes ()=0 |
Customized memory allocators that allocates/deallocates memory in chunks
Definition at line 21 of file MemoryAllocator.h.
|
inlinevirtual |
Definition at line 23 of file MemoryAllocator.h.
|
pure virtual |
Implemented in MemoryAllocator< N >.
Implemented in MemoryAllocator< N >.
|
pure virtual |
Implemented in MemoryAllocator< N >.
|
pure virtual |
Implemented in MemoryAllocator< N >.
|
pure virtual |
Implemented in MemoryAllocator< N >.
|
pure virtual |
Implemented in MemoryAllocator< N >.
|
pure virtual |
Implemented in MemoryAllocator< N >.