Skip to content

Commit 9b5d5b7

Browse files
Update src/memory_manager.rs
Co-authored-by: Islam El-Ashi <[email protected]>
1 parent 3958b13 commit 9b5d5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memory_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ struct MemoryManagerInner<M: Memory> {
293293
// A map mapping each managed memory to the bucket ids that are allocated to it.
294294
memory_buckets: BTreeMap<MemoryId, Vec<BucketId>>,
295295

296-
// A list of freed buckets.
296+
// Tracks the buckets that were freed to be reused in future calls to `grow`.
297297
freed_buckets: BTreeSet<BucketId>,
298298
}
299299

0 commit comments

Comments
 (0)