[][src]Module static_alloc::slab

The slab allocator.

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

Structs

Allocation

A successful allocation and current Level.

LeakError

A value could not be moved into a slab allocation.

Level

Specifies an amount of consumed space of a slab.

Slab

Allocator drawing from an inner, statically sized memory resource.

UninitAllocation

Values of for some allocation including the Uninit.

Enums

Failure

Reason for a failed allocation at an exact Level.