Skip to content

claudemuller/arena-allocator.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arena Allocator

An arena/linear memory allocator built in C.

Requirements

Build

make build

# Build with AddressSanitizer (ASAN)
make build-asan

# Build a debug binary
make build-debug

Run

make run

# Run with AddressSanitizer (ASAN)
make run-asan

Debugging with lldb

make debug

Releases

No releases published

Packages

No packages published