mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 11:42:28 +00:00
Improve default scope size
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user