Expand description
Memory alocation APIs.
Traits
An implementation of
RawAllocator
can allocate, grow, shrink, and
deallocate arbitrary blocks of data described via Layout
.A
RawAllocator
that allocates inside a single contiguous memory region.