#memory #bitmap #allocator

no-std bitmap-allocator

Bit allocator based on segment tree algorithm

1 unstable release

0.1.0 Jul 18, 2024

#153 in Memory management

Download history 378/week @ 2024-07-17 441/week @ 2024-07-24 466/week @ 2024-07-31 169/week @ 2024-08-07 171/week @ 2024-08-14 239/week @ 2024-08-21 180/week @ 2024-08-28

786 downloads per month

MIT license

13KB
270 lines

BitmapAllocator

Crates.io Docs.rs CI Coverage Status

Bit allocator based on segment tree algorithm.

Dependencies

~29KB