Public Attributes | |
| ChunkHeader * | chunkHead |
| Head of the chunk linked-list. Only the head chunk serves allocation. | |
| BaseAllocator * | ownBaseAllocator |
| base allocator created by this object. | |
| size_t | refcount |
| bool | ownBuffer |
Definition at line 141 of file allocators.h.
| ChunkHeader* MemoryPoolAllocator< BaseAllocator >::SharedData::chunkHead |
Head of the chunk linked-list. Only the head chunk serves allocation.
Definition at line 142 of file allocators.h.
| BaseAllocator* MemoryPoolAllocator< BaseAllocator >::SharedData::ownBaseAllocator |
base allocator created by this object.
Definition at line 143 of file allocators.h.
| bool MemoryPoolAllocator< BaseAllocator >::SharedData::ownBuffer |
Definition at line 145 of file allocators.h.
| size_t MemoryPoolAllocator< BaseAllocator >::SharedData::refcount |
Definition at line 144 of file allocators.h.