Files
mem/README.md

28 lines
705 B
Markdown
Raw Normal View History

2026-02-20 10:10:03 -06:00
# mem
2026-02-20 10:07:46 -06:00
## Description
2026-02-20 10:10:03 -06:00
Simple memory allocator with exceptions written in C.
2026-02-20 10:07:46 -06:00
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Usage](#usage)
- [Credits / Resources](#credits--resources)
- [License](#license)
2026-02-20 10:10:03 -06:00
## Features / TODOS
- [x] Exceptions to handle OOM however you want.
- [x] Try/Catch
- [ ] NEW and NEW0 macros
2026-02-20 10:07:46 -06:00
## Usage
## Credits / Resources
[Tom Preston-Werner README Driven Development](https://tom.preston-werner.com/2010/08/23/readme-driven-development)<br>
[Make a README](https://www.makeareadme.com/)<br>
[Choose a LICENSE](https://choosealicense.com/)<br>
## License
This project is licensed under MIT - see the [LICENSE](LICENSE) file for details.