Multithread "check all scope usages"

This commit is contained in:
gingerBill
2025-09-10 19:38:30 +01:00
parent a36a8722dc
commit 01258d4817
2 changed files with 34 additions and 11 deletions

View File

@@ -1163,8 +1163,8 @@ gb_internal String internal_odin_root_dir(void) {
return global_module_path;
}
TEMPORARY_ALLOCATOR_GUARD();
auto path_buf = array_make<char>(temporary_allocator(), 300);
defer (array_free(&path_buf));
len = 0;
for (;;) {