Skip to content

Commit 195776a

Browse files
nia-eRalfJung
andcommitted
Update src/alloc/isolated_alloc.rs
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent 5a6a1ad commit 195776a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alloc/isolated_alloc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ impl IsolatedAlloc {
5151
(page_ptr, self.page_infos.last_mut().unwrap())
5252
}
5353

54-
/// For simplicity, we serve allocations in multiples of COMPRESSION_FACTOR
54+
/// For simplicity, we serve small allocations in multiples of COMPRESSION_FACTOR
5555
/// bytes with at least that alignment.
5656
#[inline]
5757
fn normalized_layout(layout: Layout) -> (usize, usize) {

0 commit comments

Comments
 (0)