kernel
v7.1
Module id_pool
Module Items
Structs
In crate kernel
kernel
Module
id_pool
Copy item path
Source
Expand description
Rust API for an ID pool backed by a
BitmapVec
.
Structs
ยง
IdPool
Represents a dynamic ID pool backed by a
BitmapVec
.
Pool
Resizer
Contains a
BitmapVec
of a size suitable for reallocating
IdPool
.
Realloc
Request
Indicates that an
IdPool
should change to a new target size.
Unused
Id
Represents an unused id in an
IdPool
.