| isty001/mem-pool | Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks | Utilities | MIT |
| daddinuz/arena | Region based, expandable, memory allocator | Utilities | MIT |
| promsize/memalign | Standard-like functions for pointer alignment | Utilities | Unlicense |
| rikvdh/zabuffer | A Zero-allocation buffer handling library for low-memory applications. | Data structure | MIT |
| rikvdh/zringbuf | A Zero-allocation ring-buffer library for low-memory applications. | Data structure | MIT |
| rikvdh/matching | String-based parser based on matching strings for interpreting and handling string-based interfaces. | Parsing | MIT |
| daddinuz/watchdog | A memory tracer useful to analyze memory usage or detect leaks. | Profiling | MIT |