Crate space_alloc

source ·
Expand description

General purpose space allocators. These don’t actually allocate any memory, they only provide bookkeeping. Allocation methods will return Allocations with an offset and size that the user can interpret in whichever way they need.

Re-exports

pub use linear::LinearAllocator;

Modules

Structs

Allocation information from a BuddyAllocator allocation.

Traits