started work on arena allocator again
This commit is contained in:
@@ -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) {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user