Full rewrite

This commit is contained in:
Ole Morud
2023-06-17 12:14:28 +02:00
committed by Ole Morud
parent e5fa743d85
commit 069f6b11dc
9 changed files with 176 additions and 272 deletions

4
src/CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
add_library(arena_allocator arena.c)
target_include_directories(arena_allocator PUBLIC ../include)