We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148386d commit 4812bd6Copy full SHA for 4812bd6
src/alloc/isolated_alloc.rs
@@ -204,7 +204,7 @@ impl IsolatedAlloc {
204
205
if IsolatedAlloc::is_huge_alloc(size, align, self.page_size) {
206
// SAFETY: Partly upheld by caller, and we checked that the size
207
- // and align mean this must have been allocated via `alloc_huge`
+ // and align, meaning this must have been allocated via `alloc_huge`
208
unsafe {
209
self.dealloc_huge(ptr, layout);
210
}
0 commit comments