Module alloc
Memory allocation APIs
Structs
-
AllocError
The
AllocErrorerror indicates an allocation failure that may be due to resource exhaustion or to something wrong when combining the given input arguments with this allocator.
Traits
-
Allocator
An implementation of
Allocatorcan allocate, grow, shrink, and deallocate arbitrary blocks of data described via [Layout][].