Allocator cleanup + '_' skips tests

This commit is contained in:
Krzosa Karol
2023-03-29 08:32:24 +02:00
parent 7da3e27c05
commit b0633c84f4
6 changed files with 31 additions and 33 deletions

View File

@@ -20,6 +20,7 @@ struct Core_Ctx {
Arena scratch_;
Arena stage_arena_;
Arena *stage_arena;
Arena token_arena;
String_Builder helper_builder;
int errors_occured;