Module kbox

Source
Expand description

Implementation of Box.

Structs§

Box
The kernel’s Box type – a heap allocation for a single value of type T.

Type Aliases§

KBox
Type alias for Box with a Kmalloc allocator.
KVBox
Type alias for Box with a KVmalloc allocator.
VBox
Type alias for Box with a Vmalloc allocator.