An open API service indexing awesome lists of open source software.

https://github.com/h5law/mempool

A simple memory pool library implemented in C
https://github.com/h5law/mempool

Last synced: 7 months ago
JSON representation

A simple memory pool library implemented in C

Awesome Lists containing this project

README

          

# mempool

**mempool** is a C memory pooling library to allocate automatically a set number
of slots for a given item that can be used and reused on demand and have all
(de)allocations managed automatically.