memory
|
Allocators using a static, fixed-sized storage.
Classes | |
struct | static_allocator_storage< Size > |
Storage for a static_allocator. More... | |
class | static_allocator |
A stateful RawAllocator that uses a fixed sized storage for the allocations. More... | |
class | static_block_allocator |
A BlockAllocator that allocates the blocks from a fixed size storage. More... | |