# mem
## Description
Simple memory allocator written in C.
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Usage](#usage)
- [Credits / Resources](#credits--resources)
- [License](#license)
## Features / TODOS
- [x] Try / Catch
- [x] Versatile Error Handling
## Usage
`make` to build.
`make test` to build and run tests. ASAN allocator may fail option is turned on to showcase failure handling.
## Credits / Resources
[Memory Allocation Strategies - Ginger Bill](https://www.gingerbill.org/series/memory-allocation-strategies/)
[Arena allocator tips and tricks - Chris Wellons](https://nullprogram.com/blog/2023/09/27/)
[C Interfaces and Implementations](https://github.com/drh/cii)
## License
This project is licensed under MIT - see the [LICENSE](LICENSE) file for details.