Crate fallacy_box

Source
Expand description

A pointer type for heap allocation.

Structs§

AllocError
The error type for allocation failure.
Box
A pointer type for heap allocation.
Layout
Layout of a block of memory.
GlobalExperimental
The global memory allocator.

Traits§

TryClone
Tries to clone, return an error instead of panic if allocation failed.
AllocatorExperimental
An implementation of Allocator can allocate, grow, shrink, and deallocate arbitrary blocks of data described via Layout.