Reformat and increase minimum arena capacity to 4 pages

This commit is contained in:
2024-10-06 12:42:12 +01:00
parent 1de3608b1f
commit e9451f10f8
5 changed files with 19 additions and 63 deletions

View File

@@ -6,7 +6,7 @@
#include <stdbool.h>
#include <stdlib.h>
#define ARENA_CAPACITY 1024
#define ARENA_CAPACITY KB(16)
internal Arena *arena = NULL;
internal i32 count = 20;