Comment by Cloudef
3 years ago
Zig has arena allocator in the standard library https://github.com/ziglang/zig/blob/master/lib/std/heap/aren...
3 years ago
Zig has arena allocator in the standard library https://github.com/ziglang/zig/blob/master/lib/std/heap/aren...
So does glibc, where they are called obstacks https://www.gnu.org/software/libc/manual/html_node/Obstacks....