Isty001 / mem-poolLinks
Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.
☆29Updated 3 years ago
Alternatives and similar repositories for mem-pool
Users that are interested in mem-pool are comparing it to the libraries listed below
Sorting:
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- Single C file event loop