rapidjson::MemoryPoolAllocator< BaseAllocator >::ChunkHeader Struct Reference
rapidjson::MemoryPoolAllocator< BaseAllocator >::ChunkHeader Struct Reference
Chunk header for perpending to each chunk. More...
Collaboration diagram for rapidjson::MemoryPoolAllocator< BaseAllocator >::ChunkHeader:
Public Attributes | |
| 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. | |
Detailed Description
template<typename BaseAllocator = CrtAllocator>
struct rapidjson::MemoryPoolAllocator< BaseAllocator >::ChunkHeader
Chunk header for perpending to each chunk.
Chunks are stored as a singly linked list.
The documentation for this struct was generated from the following file:
- Source/ThirdParty/rapidjson/include/rapidjson/allocators.h
