zig/lib/std/heap
Andrew Kelley 3ea04ed64c introduce std.heap.WasmAllocator
fast allocator for WebAssembly

eventually this is intended to be merged into
`std.heap.GeneralPurposeAllocator`
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 introduce std.heap.WasmAllocator 2022-11-29 23:46:02 -07:00
WasmPageAllocator.zig introduce std.heap.WasmAllocator 2022-11-29 23:46:02 -07:00