started work on arena allocator again

This commit is contained in:
2025-12-03 19:38:37 +01:00
parent b0d972d6fd
commit 1b33ace698
+8
View File
@@ -0,0 +1,8 @@
#include "cig.h"
static void *arena_alloc(arena_allocator_t *this, size_t bytes) {
}
allocator_t allocator_from_arena(arena_allocator_t *this) {
}