diff options
Diffstat (limited to 'arena.h')
| -rw-r--r-- | arena.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,9 +4,9 @@ #include "types.h" struct arena { - void *memory; - u64 capacity; - u64 used; + void *memory; + u64 capacity; + u64 used; }; struct arena alloc_arena(u64 capacity); |
