Module alloc

Source
Expand description

Implementation of the kernel’s memory allocation infrastructure.

Re-exports§

pub use self::kbox::Box;
pub use self::kbox::KBox;
pub use self::kbox::KVBox;
pub use self::kbox::VBox;
pub use self::kvec::IntoIter;
pub use self::kvec::KVVec;
pub use self::kvec::KVec;
pub use self::kvec::VVec;
pub use self::kvec::Vec;

Modules§

allocator
Allocator support.
flags
Allocation flags.
kbox
Implementation of Box.
kvec
Implementation of Vec.
layout
Memory layout.

Structs§

AllocError
Indicates an allocation error.
Flags
Flags to be used when allocating memory.

Traits§

Allocator
The kernel’s Allocator trait.