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 5a6a1ad commit 195776aCopy full SHA for 195776a
src/alloc/isolated_alloc.rs
@@ -51,7 +51,7 @@ impl IsolatedAlloc {
51
(page_ptr, self.page_infos.last_mut().unwrap())
52
}
53
54
- /// For simplicity, we serve allocations in multiples of COMPRESSION_FACTOR
+ /// For simplicity, we serve small allocations in multiples of COMPRESSION_FACTOR
55
/// bytes with at least that alignment.
56
#[inline]
57
fn normalized_layout(layout: Layout) -> (usize, usize) {
0 commit comments