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