An open API service indexing awesome lists of open source software.

https://github.com/wintercore/arenalloc


https://github.com/wintercore/arenalloc

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Arenalloc


An arena memory allocator implementation in C

### How to run the tests
- Clone this repo `git clone git@github.com:WinterCore/arenalloc.git && cd arenalloc`
- Run `make test`

### How to use in your project
- Simply copy the the [arena_v0.c](src/arena_v0.c) and [arena_v0.h](src/arena_v0.h) files into your project.