Expand description
This module implements static and dynamic arrays for in-kernel use.
Structsยง
- BitReclaim
Map - This is an IndexMap that additionally tracks which indices are occupied through a bitset.
- Index
Map - This is a fixed-size map that can store up to N consecutive elements.
- Vec
- This is a vector that can store up to N elements inline and will allocate on the heap if more are needed.