Photon C++ Client API
5.0.7.3
|
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 |