https://github.com/wintercore/arenalloc
https://github.com/wintercore/arenalloc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wintercore/arenalloc
- Owner: WinterCore
- Created: 2024-06-10T13:05:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T10:05:38.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T20:31:27.516Z (over 1 year ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.