aboutsummaryrefslogtreecommitdiff
path: root/lib/std/heap/debug_allocator.zig
AgeCommit message (Expand)Author
2025-10-29std: fix compilation errors on WindowsAndrew Kelley
2025-10-28std.heap.debug_allocator outdated doc (#25634)Adrian
2025-10-18std.Build.Step.Run: many enhancementsmlugg
2025-09-30replace usages of old std.debug APIsmlugg
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-12x86_64: remove linker references from codegenJacob Young
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