Initial commit

This commit is contained in:
2025-10-25 19:15:56 -05:00
commit e6a978d36b
13 changed files with 459 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# arena
## Description
Arena based memory allocation.
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Usage](#usage)
- [Credits / Resources](#credits--resources)
- [License](#license)
## Features / TODOS
## Usage
## Credits / Resources
[C Interfaces and Implementations - David Hanson](https://github.com/drh/cii)<br>
[Arena Allocator Tips and Tricks - Chris Wellons](https://nullprogram.com/blog/2023/09/27/)<br>
[Memory Allocation Strategies - Ginger Bill](https://www.gingerbill.org/series/memory-allocation-strategies/)<br>
## License
This project is licensed under MIT - see the [LICENSE](LICENSE) file for details.