zig/std/debug
daurnimator 3d93c89fc5 std: the failing allocator didn't actually count allocations
Add a field '.allocations' to actually track the number of allocations.

Additionally, only increment '.deallocations' when memory is freed
2019-05-11 09:55:41 -04:00
..
failing_allocator.zig std: the failing allocator didn't actually count allocations 2019-05-11 09:55:41 -04:00
leb128.zig Fix more corner cases in LEB128 parsing 2019-05-11 09:54:48 -04:00