#include <MemoryAllocators.h>
Inheritance diagram for ark::SystemAllocator:
Public Member Functions | |
virtual | ~SystemAllocator () |
unsigned char * | alloc (unsigned) |
bool | dealloc (unsigned char *, unsigned) |
unsigned | maxBufferSize () const |
bool | isThreadSafe () const |
Static Public Member Functions | |
static SystemAllocator & | global () |
static SystemAllocator & | new_delete () |
Static Private Attributes | |
static SystemAllocator | _globalAlloc |
|
|
|
Implements ark::Allocator. |
|
Implements ark::Allocator. |
|
|
|
Implements ark::Allocator. |
|
Implements ark::Allocator. |
|
|
|
|