Expand description
A threadsafe and lock-free Allocator which acquires the memory from the heap.
Structs§
Enums§
- Allocation
Error - Failures caused by
BaseAllocator::allocate()orBaseAllocator::allocate_zeroed().
Traits§
- Allocator
- Allocator with grow and shrink features.
- Base
Allocator - The most minimalistic requirement for an allocator