| clibs/buffer | tiny c-string library | String manipulation | MIT |
| dhobsd/vstring | A simple string building API for C | String manipulation | Unlicensed |
| gioyik/buffer-libc | Buffer C lib | String manipulation | MIT |
| aperezdc/dbuf | Resizable data buffer. | String manipulation | MIT |
| isty001/mem-pool | Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks | Utilities | MIT |
| willemt/cbuffer | circular buffer | Data structure | BSD |
| 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 |
| robusgauli/cvector | A Generic dynamic vector implementation with Iterator addon. | Data structure | MIT |