Improve default scope size

This commit is contained in:
gingerBill
2021-07-27 10:59:39 +01:00
parent ae25787f48
commit 116e98b378
6 changed files with 51 additions and 8 deletions

View File

@@ -605,7 +605,8 @@ GB_ALLOCATOR_PROC(temp_allocator_proc) {
gbAllocator temporary_allocator() {
return {temp_allocator_proc, &temporary_allocator_data};
return permanent_allocator();
// return {temp_allocator_proc, &temporary_allocator_data};
}