Introduce the allocator stuff again
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user