Files
zig/lib/std/heap
Justus Klausecker 7649868663 std.heap.ArenaAllocator/std.heap.FixedBufferAllocator: make shrinking always succeed
Shrinking allocations should always succeed with these allocators, even
if the allocation in question is the most recent one and `resize` didn't
manage to decrement the end index of its buffer successfully.
2026-03-06 13:08:37 +01:00
..
2026-02-12 13:14:51 -08:00