Simple memory allocator with exceptions.
include | ||
src | ||
tests | ||
LICENSE | ||
Makefile | ||
README.md |
mem
Description
Simple memory allocator library written in C.
Depends on except
Table of Contents
Features
- Exceptions
- Free
- Malloc
- Calloc
- Realloc
- Macros
Usage
make test
to build and test project.
make
to build the project.
Credits / Resources
I found these resources extremely helpful.
C Interfaces and Implementations - David Hanson
License
This project is licensed under GPLv3 - see the LICENSE file for details.