Add arena allocator library
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m44s

This commit is contained in:
2026-02-25 18:20:59 +01:00
parent 4e09296709
commit f846edf0ff
11 changed files with 138 additions and 0 deletions

7
libarena/Makefile Normal file
View File

@@ -0,0 +1,7 @@
include ../make/ufuncs.mk
$(eval $(call add_include,liballoc))
libname := libarena
include ../make/lib.mk