Module object_lib::allocators::bump_allocator
source · Expand description
Implementation of a stateless bump allocator.
Structs
- An
std::alloc::Allocatorcompliant implementation of a bump allocator, currently using an mmap-backed piece of memory as its underlying allocation pool.