2026-01-01 16:45:55 -06:00
2026-01-01 16:44:21 -06:00
2026-01-01 16:44:21 -06:00
2026-01-01 16:45:55 -06:00
2026-01-01 16:44:21 -06:00
2026-01-01 16:44:21 -06:00
2026-01-01 16:44:21 -06:00

mem

Description

Simple memory allocator written in C.

Table of Contents

Features / TODOS

  • Try / Catch
  • Versatile Error Handling

Usage

make to build.
make test to build and run tests. ASAN allocator may fail option is turned on to showcase failure handling.

Credits / Resources

Memory Allocation Strategies - Ginger Bill
Arena allocator tips and tricks - Chris Wellons
C Interfaces and Implementations

License

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

Description
Basic memory allocator with exceptions written in C.
Readme 36 KiB
Languages
C 80.9%
Makefile 19.1%