Photon C++ Client API
4.1.12.2
|
AllocatorInterface Member List
This is the complete list of members for AllocatorInterface, including all inherited members.
alloc(size_t size)=0 | AllocatorInterface | pure virtual |
dealloc(void *p)=0 | AllocatorInterface | pure virtual |
get(void) | AllocatorInterface | static |
resize(void *p, size_t size)=0 | AllocatorInterface | pure virtual |
setMaxAllocSize(size_t maxAllocSize)=0 | AllocatorInterface | pure virtual |
~AllocatorInterface(void) | AllocatorInterface | virtual |