Structsยง
- A simple bump allocator, sub-allocating from fixed size chunks that are provided by a parent allocator.
- A Contiguous buffer of memory holding multiple sub-allocaions.
- 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.
Constantsยง
- CHUNK_
ALIGNMENT ๐ - DEFAULT_
CHUNK_ ๐SIZE
Functionsยง
- align ๐