zig/lib/std/heap
Andrew Kelley 7f063b2c52 WasmAllocator: simplify thanks to new Allocator interface
Now it can refuse to resize when it would disturb the metadata tracking
strategy, resulting in smaller code size, a simpler implementation, and
less fragmentation.
2022-11-29 23:46:02 -07:00
..
arena_allocator.zig std.mem.Allocator: allow shrink to fail 2022-11-29 23:30:38 -07:00
general_purpose_allocator.zig std.mem.Allocator: allow shrink to fail 2022-11-29 23:30:38 -07:00
log_to_writer_allocator.zig std.mem.Allocator: allow shrink to fail 2022-11-29 23:30:38 -07:00
logging_allocator.zig std.mem.Allocator: allow shrink to fail 2022-11-29 23:30:38 -07:00
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