A decently fast, malloc based, linear allocator with some clever features (defragmentation). A pool allocator will also be added soon.
When using the allocator, always prefer using powers of two to avoid memory fragmentation.
To run the benchmarks compile the project and run the benchmarks
executable.
To run the benchmarks compile the project and run the tests
executable.