Arena based memory management written in C.
Go to file
2025-07-05 15:29:39 -05:00
include Initial commit 2025-07-05 15:29:39 -05:00
src Initial commit 2025-07-05 15:29:39 -05:00
tests Initial commit 2025-07-05 15:29:39 -05:00
LICENSE Initial commit 2025-07-05 15:29:39 -05:00
Makefile Initial commit 2025-07-05 15:29:39 -05:00
README.md Initial commit 2025-07-05 15:29:39 -05:00

Arena

Description

Arena based memory management written in C.

Table of Contents

Features / TODOS

  • No need for FREE.
  • One allocation to rule them all.
  • Flags for SOFTFAIL or Exceptions.
  • Flags for NOZERO allocations.

Usage

make
make test

Credits / Resources

Null Program - Arena tips and tricks.
Ginger Bill - Memory Allocation Strategies
Dave Hanson - Interfaces and Implementations

License

This project is licensed under MIT - see the LICENSE file for details.