9 lines
151 B
C
9 lines
151 B
C
#include "cig.h"
|
|
|
|
static void *arena_alloc(arena_allocator_t *this, size_t bytes) {
|
|
|
|
}
|
|
|
|
allocator_t allocator_from_arena(arena_allocator_t *this) {
|
|
}
|