kernel
v6.15
Module kbox
Structs
Type Aliases
In kernel::alloc
?
Module
kernel
::
alloc
::
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.