An arena based allocator written in C.
include | ||
src | ||
tests | ||
LICENSE | ||
Makefile | ||
README.md |
Arena
Description
Arena based memory library written in C.
Table of Contents
Features
- Try/Catch
- Exceptions
- Back arena with static memory
- Write better tests
Usage
Just copy and paste into your projects.
Credits / Resources
Ginger Bill - Memory Allocation Strategies
Ryan Fleury - Untangling Lifetimes
Chris Wellons - Arena Allocator Tips and Tricks
License
This project is licensed under GPLv3 - see the LICENSE file for details.