This is the complete list of members for MemoryPoolAllocator< BaseAllocator >, including all inherited members.
Capacity() const | MemoryPoolAllocator< BaseAllocator > | inline |
Clear() | MemoryPoolAllocator< BaseAllocator > | inline |
Free(void *ptr) | MemoryPoolAllocator< BaseAllocator > | inlinestatic |
kNeedFree | MemoryPoolAllocator< BaseAllocator > | static |
Malloc(size_t size) | MemoryPoolAllocator< BaseAllocator > | inline |
MemoryPoolAllocator(size_t chunkSize=kDefaultChunkCapacity, BaseAllocator *baseAllocator=0) | MemoryPoolAllocator< BaseAllocator > | inline |
MemoryPoolAllocator(void *buffer, size_t size, size_t chunkSize=kDefaultChunkCapacity, BaseAllocator *baseAllocator=0) | MemoryPoolAllocator< BaseAllocator > | inline |
Realloc(void *originalPtr, size_t originalSize, size_t newSize) | MemoryPoolAllocator< BaseAllocator > | inline |
Size() const | MemoryPoolAllocator< BaseAllocator > | inline |
~MemoryPoolAllocator() | MemoryPoolAllocator< BaseAllocator > | inline |