mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
std.heap.debug_allocator outdated doc (#25634)
Fixed a relatively small outdated doc string, referring to the bucket linked list.
This commit is contained in:
parent
2cbd0d3f08
commit
4e9dd099c5
@ -69,7 +69,7 @@
|
||||
//! versa.
|
||||
//!
|
||||
//! When a bucket is full, a new one is allocated, containing a pointer to the
|
||||
//! previous one. This singly-linked list is iterated during leak detection.
|
||||
//! previous one. This doubly-linked list is iterated during leak detection.
|
||||
//!
|
||||
//! Resizing and remapping work the same on small allocations: if the size
|
||||
//! class would not change, then the operation succeeds, and the address is
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user