| ... | @@ -69,7 +69,7 @@ | ... | @@ -69,7 +69,7 @@ |
| 69 | //! versa. | 69 | //! versa. |
| 70 | //! | 70 | //! |
| 71 | //! When a bucket is full, a new one is allocated, containing a pointer to the | 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 | //! Resizing and remapping work the same on small allocations: if the size | 74 | //! Resizing and remapping work the same on small allocations: if the size |
| 75 | //! class would not change, then the operation succeeds, and the address is | 75 | //! class would not change, then the operation succeeds, and the address is |