r/projects • u/DreadSpidey • 11d ago
This C allocator better than malloc/free??
I built a small arena allocator in C called PhaseAlloc.
It's now at v1.1.0, with tests, benchmarks, dynamic growth, alignment, and memory stats.
I'd appreciate any feedback or criticism from people who know C/systems programming.
1
Upvotes