kernel
v6.15
Module kvec
Structs
Type Aliases
In kernel::alloc
?
Module
kernel
::
alloc
::
kvec
source
·
[
−
]
Expand description
Implementation of
Vec
.
Structs
§
IntoIter
An
Iterator
implementation for
Vec
that moves elements out of a vector.
Vec
The kernel’s
Vec
type.
Type Aliases
§
KVVec
Type alias for
Vec
with a
KVmalloc
allocator.
KVec
Type alias for
Vec
with a
Kmalloc
allocator.
VVec
Type alias for
Vec
with a
Vmalloc
allocator.