Expand description

Memory alocation APIs.

Structs

The AllocError error indicates an allocation failure that may be due to resource exhaustion or to something wrong when combining the given input arguments with this allocator.
The global memory allocator.

Traits

An implementation of Allocator can allocate, grow, shrink, and deallocate arbitrary blocks of data described via Layout.