Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 283 Bytes

HISTORY.md

File metadata and controls

13 lines (7 loc) · 283 Bytes

libmem

Version History

### 1.0.0

  • Added allocator_t - a memory allocator abstraction with built-in default, aligned, counted, guarded, and traced allocators

  • Added buffer_t - a growable memory buffer

  • Added pool_t - a pool of fixed size, fixed address objects