Module secmem_alloc::allocator_api
source · [−]Expand description
Nightly allocator api, imported from the standard library.
Structs
AllocErrorExperimental
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.