Module static_alloc::bump

source ·
Expand description

The bump allocator.

Basics of usage and the connection between the structs is discussed in the documentation of the Bump itself.

Structs§

  • A successful allocation and current Level.
  • Allocator drawing from an inner, statically sized memory resource.
  • A value could not be moved into a slab allocation.
  • Specifies an amount of consumed space of a slab.

Enums§