zig/lib/std/heap
Andrew Kelley 1639fcea43 de-genericify SinglyLinkedList
by making it always intrusive, we make it a more broadly useful API, and
avoid binary bloat.
2025-04-03 14:55:04 -07:00
..
arena_allocator.zig de-genericify SinglyLinkedList 2025-04-03 14:55:04 -07:00
debug_allocator.zig DebugAllocator: Fix bucket removal logic causing segfault/leak (#23390) 2025-04-02 12:15:04 +00: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 update std.heap.PageAllocator Windows implementation to remove race condition and utilize NtAllocateVirtualMemory / NtFreeVirtualMemory instead of VirtualAlloc and VirtualFree 2025-03-04 22:01:08 -06:00
sbrk_allocator.zig Fix build failure in sbrk allocator, caused by #20511 2025-02-17 15:37:19 +01:00
SmpAllocator.zig std.heap.SmpAllocator: back to simple free 2025-02-08 16:46:56 -08:00
ThreadSafeAllocator.zig std.heap.ThreadSafeAllocator: update to new Allocator API 2025-02-06 14:23:23 -08:00
WasmAllocator.zig std.Target: Remove functions that just wrap component functions. 2025-02-17 19:18:19 +01:00