Structsยง
- Bump
Allocator - A simple bump allocator, sub-allocating from fixed size chunks that are provided by a parent allocator.
- Chunk
- A Contiguous buffer of memory holding multiple sub-allocaions.
- Chunk
Pool - A simple pool for allocating and recycling memory chunks of a fixed size, protected by a mutex.
- Chunk
Pool ๐Inner - Recycled
Chunk ๐ - Header at the beginning of recycled memory chunk.
- Stats
Constantsยง
- CHUNK_
ALIGNMENT ๐ - DEFAULT_
CHUNK_ ๐SIZE
Functionsยง
- align ๐