#include <MemoryBase.h>
Inheritance diagram for ark::Allocator:
Public Member Functions | |
virtual | ~Allocator () |
virtual unsigned char * | alloc (unsigned)=0 |
virtual bool | dealloc (unsigned char *, unsigned)=0 |
virtual unsigned | maxBufferSize () const =0 |
virtual bool | isThreadSafe () const =0 |
Static Public Attributes | |
static const unsigned | NoMaxSize = numeric_limits<unsigned>::max() |
|
|
|
Implemented in ark::SystemAllocator, and ark::SimplePool. |
|
Implemented in ark::SystemAllocator, and ark::SimplePool. |
|
Implemented in ark::SystemAllocator, and ark::SimplePool. |
|
Implemented in ark::SystemAllocator, and ark::SimplePool. |
|
|