aboutsummaryrefslogtreecommitdiff
path: root/lib/std/heap/debug_allocator.zig
AgeCommit message (Expand)Author
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-04-02DebugAllocator: Fix bucket removal logic causing segfault/leak (#23390)Auguste Rame
2025-02-22std.heap.DebugAllocator: default wasm to 64K page sizeAndrew Kelley
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-07add std.heap.SmpAllocatorAndrew Kelley
2025-02-06std.heap.DebugAllocator: update unit tests for new implAndrew Kelley
2025-02-06std.heap.DebugAllocator: make page size configurableAndrew Kelley
2025-02-06std.heap: rename GeneralPurposeAllocator to DebugAllocatorAndrew Kelley