mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-25 08:57:55 +00:00
The backup allocator is set at `init` and must stay the same for the lifetime of the Scratch allocator, as this allocator is used to free all `leaked_allocations`. Changing it could lead to a situation where the wrong allocator is used to free a leaked allocation.