zig/lib/std/heap
2026-02-03 20:27:28 +01:00
..
arena_allocator.zig std: refactor to use Alignment.of 2025-07-09 23:07:18 -07:00
debug_allocator.zig std: migrate remaining sync primitives to Io 2026-02-02 18:57:17 -08:00
FixedBufferAllocator.zig std.mem.Allocator: introduce remap function to the interface 2025-02-06 14:23:23 -08:00
memory_pool.zig MemoryPool: add unmanaged variants and make them the default 2025-11-15 09:30:57 +00:00
PageAllocator.zig std.heap.PageAllocator: align hint 2026-02-03 20:27:28 +01:00
sbrk_allocator.zig std: migrate remaining sync primitives to Io 2026-02-02 18:57:17 -08:00
SmpAllocator.zig std: introduce atomic.Mutex and use it in heap.SmpAllocator 2026-02-02 18:36:40 -08:00
ThreadSafeAllocator.zig std: migrate remaining sync primitives to Io 2026-02-02 18:57:17 -08:00
WasmAllocator.zig std: eradicate u29 and embrace std.mem.Alignment 2025-04-13 02:20:32 -04:00