authorgravatar for 146006794+adrian4096@users.noreply.github.comAdrian <146006794+adrian4096@users.noreply.github.com> 2025-10-28 10:26:04+01:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2025-10-28 10:26:04+01:00
log4e9dd099c5d624b101222bfc4e6f415b5375f8d7
tree5d591a025bd8305fd2ea90aa2d108f884112d0b9
parent2cbd0d3f0811d5601e1e3037d55bc768d026aff9
signaturebadge-check Signed by PGP key B5690EEEBB952194

std.heap.debug_allocator outdated doc (#25634)

Fixed a relatively small outdated doc string, referring to the bucket linked list.

1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/heap/debug_allocator.zig+1-1
......@@ -69,7 +69,7 @@
6969//! versa.
7070//!
7171//! When a bucket is full, a new one is allocated, containing a pointer to the
72//! previous one. This singly-linked list is iterated during leak detection.
72//! previous one. This doubly-linked list is iterated during leak detection.
7373//!
7474//! Resizing and remapping work the same on small allocations: if the size
7575//! class would not change, then the operation succeeds, and the address is