Expand description

A pointer type for heap allocation.

Structs

The error type for allocation failure.

A pointer type for heap allocation.

GlobalExperimental

The global memory allocator.

Layout of a block of memory.

Traits

AllocatorExperimental

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

Tries to clone, return an error instead of panic if allocation failed.