29 lines
662 B
Markdown
29 lines
662 B
Markdown
# 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
|
|
- [ ] Better tests
|
|
- [ ] NEW / NEW0 macros
|
|
- [ ] Arena Allocator
|
|
|
|
## 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.
|