Comment by __loam
5 days ago
Zig does in fact do some stuff to address memory management like making allocations more explicit using allocators and shipping with arenas.
5 days ago
Zig does in fact do some stuff to address memory management like making allocations more explicit using allocators and shipping with arenas.
C also has only explicit memory allocators...