Module kbox
kernel
Module kbox
Module Items
Structs
Type Aliases
In kernel::
alloc
Modules
allocator
flags
kbox
kvec
layout
Structs
AllocError
Flags
Traits
Allocator
kernel
::
alloc
Module
kbox
Copy item path
Settings
Help
Summary
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.