Crate fallacy_box

Source
Expand description

A pointer type for heap allocation.

Structs§

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

Traits§

  • 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.