Memory allocation with exceptions, written in C.
Go to file
2025-07-19 13:46:13 -05:00
include Added flags 2025-07-19 13:46:13 -05:00
src Added flags 2025-07-19 13:46:13 -05:00
tests Added flags 2025-07-19 13:46:13 -05:00
LICENSE Initial commit 2025-07-03 19:04:47 -05:00
Makefile Fixed newline in Makefile 2025-07-05 14:50:48 -05:00
README.md Initial commit 2025-07-03 19:04:47 -05:00

mem

Description

Simple memory allocator library written in C.
Depends on except

Table of Contents

Features

  • Exceptions
  • Free
  • Malloc
  • Calloc
  • Realloc
  • Macros
  • Arenas

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 MIT - see the LICENSE file for details.