Remove Allocator stuff

This commit is contained in:
Krzosa Karol
2022-10-10 10:22:04 +02:00
parent 2f153a7cd3
commit 7aa0ba56b6
14 changed files with 69 additions and 192 deletions

View File

@@ -6,7 +6,7 @@ global String single_header_library_name = ""_s;
thread_local Parse_Ctx *pctx;
Allocator *bigint_allocator;
Arena *bigint_allocator;
global S64 bigint_allocation_count;
global Token token_null = {SAME_SCOPE};