zig/lib/std/heap
2025-02-07 14:41:49 -08:00
..
arena_allocator.zig std.mem.Allocator: introduce remap function to the interface 2025-02-06 14:23:23 -08:00
debug_allocator.zig add std.heap.SmpAllocator 2025-02-07 12:20:12 -08:00
FixedBufferAllocator.zig std.mem.Allocator: introduce remap function to the interface 2025-02-06 14:23:23 -08:00
memory_pool.zig std.heap.memory_pool: make preheat() usable after init() 2025-01-28 00:06:54 +01:00
PageAllocator.zig add std.heap.SmpAllocator 2025-02-07 12:20:12 -08:00
sbrk_allocator.zig std.heap.SbrkAllocator: fix typo 2025-02-06 14:50:55 -08:00
SmpAllocator.zig std.heap.SmpAllocator: fix detection of slab end 2025-02-07 14:41:49 -08:00
ThreadSafeAllocator.zig std.heap.ThreadSafeAllocator: update to new Allocator API 2025-02-06 14:23:23 -08:00
WasmAllocator.zig add std.heap.SmpAllocator 2025-02-07 12:20:12 -08:00