DelegateMQ
|
#include <Allocator.h>
Public Member Functions | |
AllocatorPool () | |
![]() | |
Allocator (size_t size, uint32_t objects=0, char *memory=NULL, const char *name=NULL) | |
~Allocator () | |
Destructor. | |
void * | Allocate (size_t size) |
void | Deallocate (void *pBlock) |
const char * | GetName () |
size_t | GetBlockSize () |
uint32_t | GetBlockCount () |
uint32_t | GetBlocksInUse () |
uint32_t | GetAllocations () |
uint32_t | GetDeallocations () |
|
inline |