mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 18:02:22 -07:00
c4f6e973d9
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.