Trait mischief::RegionalAllocator
source · [−]Expand description
An Allocator
that allocates inside a single contiguous memory region.
Safety
The pointers returned from a RegionalAllocator
’s Allocator
implementation must always be contained in its associated Region
.