mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-02 21:02:36 +01:00
2c682f19a6
Useful for cases where allocations are guaranteed to be unused by the time `Reset()` is called and calling `Free()` would be difficult or add extra performance cost due to how the allocation is used.