Public Member Functions | |
void * | operator new (size_t size) |
void | operator delete (void *mem) |
Heap (Pool *parent, size_t chunkSize, size_t size) | |
~Heap () | |
Node * | operator[] (size_t idx) const |
size_t | chunkSize () const |
size_t | sizeInBytes () const |
size_t | allocCount () const |
size_t | maxAllocs () const |
bool | full () const |
bool | empty () const |
void * | allocChunk (size_t allocSize) |
void | freeChunk (void *mem) |
Friends | |
class LDK_API | Pool |
Definition at line 197 of file Memory.h.