a211d03d716d94d7985920b77f16b610b148c71a
mem
Description
Simple memory allocator written in C.
Table of Contents
Features / TODOS
- Try / Catch
- 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
Arena allocator tips and tricks - Chris Wellons
C Interfaces and Implementations
License
This project is licensed under MIT - see the LICENSE file for details.
Languages
C
81.9%
Makefile
18.1%