summaryrefslogtreecommitdiffstats
path: root/rust/kernel/id_pool.rs
AgeCommit message (Expand)AuthorLines
2025-12-02rust: id_pool: do not immediately acquire new idsAlice Ryhl-16/+61
2025-12-02rust: id_pool: do not supply starting capacityAlice Ryhl-0/+19
2025-11-26rust: id_pool: rename IdPool::new() to with_capacity()Alice Ryhl-4/+4
2025-11-26rust: bitmap: add MAX_LEN and MAX_INLINE_LEN constantsAlice Ryhl-17/+22
2025-09-22rust: add dynamic ID pool abstraction for bitmapBurak Emir-0/+226