Crate bitmap_allocator

source ·
Expand description

§BitmapAllocator

Crates.io Docs.rs CI Coverage Status

Bit allocator based on segment tree algorithm.

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§