Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 371 Bytes

File metadata and controls

5 lines (4 loc) · 371 Bytes

atomic_bit_allocator

This repository provides a header-only implementation for a serialized, lock-free bitmap bit allocator. An example use-case is storing a bitmap in a file, as its serialization allows directly storing and re-reading the bitmap later. A second example involves writing custom memory managers that use a bitmap to manage equally sized memory chunks.