Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 391 Bytes

File metadata and controls

7 lines (4 loc) · 391 Bytes

blockmalloc

CI

A fixed-size memory block allocator (block pool) in C11 with no external dependencies.

See include/blockmalloc/blockmalloc.h for the full API and memory layout.