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
- Host: GitHub
- URL: https://github.com/h5law/mempool
- Owner: h5law
- License: bsd-3-clause
- Created: 2024-10-27T05:37:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T06:03:10.000Z (12 months ago)
- Last Synced: 2024-10-27T07:17:51.089Z (12 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.