mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Fix temporary_allocator
This commit is contained in:
@@ -481,7 +481,7 @@ gb_internal gbAllocator permanent_allocator() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
gb_internal gbAllocator temporary_allocator() {
|
gb_internal gbAllocator temporary_allocator() {
|
||||||
return {thread_arena_allocator_proc, cast(void *)cast(uintptr)ThreadArena_Permanent};
|
return {thread_arena_allocator_proc, cast(void *)cast(uintptr)ThreadArena_Temporary};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user