zig/lib/std/heap
Justus Klausecker bbc77df3eb std.heap: delete ThreadSafeAllocator
We can keep ourselves safe from those threads perfectly well without you, thanks!
2026-02-26 21:20:34 +01:00
..
ArenaAllocator.zig std.heap.ArenaAllocator: fix reset creating undersized nodes 2026-02-26 15:40:48 +01:00
BrkAllocator.zig std.heap.BrkAllocator: fix incorrect assumptions 2026-02-12 16:30:27 -08:00
debug_allocator.zig std.heap.DebugAllocator: make BucketHeader.fromPage() use wrapping arithmetic 2026-02-21 23:39:34 +01: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: avoid mremaps which may reserve potential stack space 2026-02-21 23:39:34 +01:00
SmpAllocator.zig zig libc: implement malloc 2026-02-12 13:14:51 -08:00