Graphe de collaboration de MemoryPoolAllocator< BaseAllocator >::SharedData:Attributs publics | |
| 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 |
Définition à la ligne 141 du fichier allocators.h.
| ChunkHeader* MemoryPoolAllocator< BaseAllocator >::SharedData::chunkHead |
Head of the chunk linked-list. Only the head chunk serves allocation.
Définition à la ligne 142 du fichier allocators.h.
| BaseAllocator* MemoryPoolAllocator< BaseAllocator >::SharedData::ownBaseAllocator |
base allocator created by this object.
Définition à la ligne 143 du fichier allocators.h.
| bool MemoryPoolAllocator< BaseAllocator >::SharedData::ownBuffer |
Définition à la ligne 145 du fichier allocators.h.
| size_t MemoryPoolAllocator< BaseAllocator >::SharedData::refcount |
Définition à la ligne 144 du fichier allocators.h.