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§
Structs§
- Indicates an allocation error.
- Flags to be used when allocating memory.
Traits§
- The kernel’s
Allocator
trait.