tiny
tiny copied to clipboard
Tiny and naive memory allocator for C unit tests
Results
1
tiny issues
Sort by
recently updated
recently updated
newest added
Hi @andsmedeiros, thank you for creating and sharing this library. I would like to use it in my project (https://github.com/msteinbeck/tinyspline). I'm planning to replace explicit calls to `malloc` and `free`...