zig/lib/std/heap
Andrew Kelley 16caea38d1 std.ArrayList: fix shrinkAndFree
Fixes a regression introduced in
e35f297aeb.

Now there is test coverage for ArrayList.shrinkAndFree in the case when
resizing fails.
2022-11-30 15:42:59 -07:00
..
arena_allocator.zig std.ArrayList: fix shrinkAndFree 2022-11-30 15:42:59 -07:00
general_purpose_allocator.zig
log_to_writer_allocator.zig
logging_allocator.zig
PageAllocator.zig std.heap: extract PageAllocator, WasmPageAllocator 2022-11-29 23:46:02 -07:00
WasmAllocator.zig WasmAllocator: simplify thanks to new Allocator interface 2022-11-29 23:46:02 -07:00
WasmPageAllocator.zig std.heap.WasmAllocator: redo 2022-11-29 23:46:02 -07:00