Introduce the allocator stuff again

This commit is contained in:
Krzosa Karol
2022-12-31 16:51:01 +01:00
parent e20edaa3a2
commit 55515ff420
12 changed files with 71 additions and 44 deletions

View File

@@ -286,6 +286,8 @@ For modules it's a bit different cause they should be distributed as valid.
int main(int argument_count, char **arguments){
thread_ctx_init();
Scratch scratch;
Array<String> args = {scratch};
for(int i = 1; i < argument_count; i+=1){
@@ -326,7 +328,6 @@ int main(int argument_count, char **arguments){
test_os_memory();
#endif
thread_ctx_init();
test_unicode();
map_test();