Module 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§

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

Enums§

Failure
Reason for a failed allocation at an exact Level.