Crate bitmap_allocator
source ·Expand description
Structs§
- A bitmap consisting of only 16 bits. BitAlloc16 acts as the leaf (except the leaf bits of course) nodes in the segment trees.
- Implement the bit allocator by segment tree algorithm.
Traits§
- Allocator of a bitmap, able to allocate / free bits.
Type Aliases§
- A bitmap of 1M bits
- A bitmap of 4K bits
- A bitmap of 16M bits
- A bitmap of 64K bits
- A bitmap of 256 bits
- A bitmap of 256M bits