asterinas/kernel/libs/sparse-id-alloc
Junrui Luo 52c99e2420 Add SparseIdAlloc, a range-bounded sparse u32 ID allocator
Serves an inclusive `[min, max]` range with a `BTreeMap` of maximal
allocated-ID runs. Allocates the smallest unallocated ID in range.
2026-07-22 19:30:13 -07:00
..
src Add SparseIdAlloc, a range-bounded sparse u32 ID allocator 2026-07-22 19:30:13 -07:00
Cargo.toml Add SparseIdAlloc, a range-bounded sparse u32 ID allocator 2026-07-22 19:30:13 -07:00