arena/README.md
2025-07-05 15:29:39 -05:00

820 B

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.