Proj-Rewrite: arena allocator with mmap

This commit is contained in:
0x221E
2026-01-16 00:53:35 +01:00
parent cf0a35c8ee
commit 58d405b397
9 changed files with 183 additions and 704 deletions

1
build.sh Executable file
View File

@@ -0,0 +1 @@
gcc -o ibuild src/main.c src/memory.c src/utils.c -fsanitize=address -g -DDEBUG