Skip to main content

Scope Allocators

Under Construction

// TODO

Arena allocators with another name lol

Std.Memory should allow to manipulate scope allocators in a stack-based way, where you can just push a new allocator that will be used for everything an then pop it, deallocating everything allocated with it.