kernel
next-20250424
Module kvec
Module Items
Structs
Type Aliases
In kernel::
alloc
kernel
::
alloc
Module
kvec
Copy item path
Source
Expand description
Implementation of
Vec
.
Structs
§
Into
Iter
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.