Chunk header for perpending to each chunk. Plus de détails...
Attributs publics | |
size_t | capacity |
Capacity of the chunk in bytes (excluding the header itself). | |
size_t | size |
Current size of allocated memory in bytes. | |
ChunkHeader * | next |
Next chunk in the linked list. | |
Chunk header for perpending to each chunk.
Chunks are stored as a singly linked list.
Définition à la ligne 135 du fichier allocators.h.
size_t MemoryPoolAllocator< BaseAllocator >::ChunkHeader::capacity |
Capacity of the chunk in bytes (excluding the header itself).
Définition à la ligne 136 du fichier allocators.h.
ChunkHeader* MemoryPoolAllocator< BaseAllocator >::ChunkHeader::next |
Next chunk in the linked list.
Définition à la ligne 138 du fichier allocators.h.
Référencé par MemoryPoolAllocator< BaseAllocator >::Clear().
size_t MemoryPoolAllocator< BaseAllocator >::ChunkHeader::size |
Current size of allocated memory in bytes.
Définition à la ligne 137 du fichier allocators.h.