index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
heap
/
debug_allocator.zig
Age
Commit message (
Expand
)
Author
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-28
std.heap.debug_allocator outdated doc (#25634)
Adrian
2025-10-18
std.Build.Step.Run: many enhancements
mlugg
2025-09-30
replace usages of old std.debug APIs
mlugg
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-12
x86_64: remove linker references from codegen
Jacob Young
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-02
DebugAllocator: Fix bucket removal logic causing segfault/leak (#23390)
Auguste Rame
2025-02-22
std.heap.DebugAllocator: default wasm to 64K page size
Andrew Kelley
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-07
add std.heap.SmpAllocator
Andrew Kelley
2025-02-06
std.heap.DebugAllocator: update unit tests for new impl
Andrew Kelley
2025-02-06
std.heap.DebugAllocator: make page size configurable
Andrew Kelley
2025-02-06
std.heap: rename GeneralPurposeAllocator to DebugAllocator
Andrew Kelley