vsa Variable-Size Allocator over a user-supplied memory pool, with free-block coalescing. Layout vsa/ ├── include/ # public API ├── src/ # implementation ├── test/ ├── Makefile └── README.md Build & Run make make run