| author | |
| committer | |
| log | 4e9dd099c5d624b101222bfc4e6f415b5375f8d7 |
| tree | 5d591a025bd8305fd2ea90aa2d108f884112d0b9 |
| parent | 2cbd0d3f0811d5601e1e3037d55bc768d026aff9 |
| signature |
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 @@ |
| 69 | 69 | //! versa. |
| 70 | 70 | //! |
| 71 | 71 | //! 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. | |
| 73 | 73 | //! |
| 74 | 74 | //! Resizing and remapping work the same on small allocations: if the size |
| 75 | 75 | //! class would not change, then the operation succeeds, and the address is |