Files
zig/lib
Justus Klausecker de41123957 std.heap.ArenaAllocator: fix reset creating undersized nodes
Previously resetting with `retain_capacity < @sizeOf(Node)` would create
an invalid node. This is now fixed, plus `Node.size` now has its own `Size`
type that provides additional safety via assertions to prevent bugs like
this in the future.
2026-02-26 15:40:48 +01:00
..
2026-02-14 09:25:41 +01:00
2026-02-13 11:30:14 -08:00
2026-02-12 21:35:36 -08:00