pool_allocator
Supports the full Allocator interface, including alignment.
For a direct call of allocatePool, see raw_pool_allocator.
Source
Implementation
pub const pool_allocator = Allocator{
.ptr = undefined,
.vtable = &pool_allocator_vtable,
}