Simple memory allocator with exceptions.
Go to file
2024-11-15 16:17:10 -06:00
include Initial commit 2024-11-15 16:17:10 -06:00
src Initial commit 2024-11-15 16:17:10 -06:00
tests Initial commit 2024-11-15 16:17:10 -06:00
LICENSE Initial commit 2024-11-15 16:17:10 -06:00
Makefile Initial commit 2024-11-15 16:17:10 -06:00
README.md Initial commit 2024-11-15 16:17:10 -06:00

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.