pub const fn page_align(addr: usize) -> usize
Round up the given number to the next multiple of PAGE_SIZE.
PAGE_SIZE
It is incorrect to pass an address where the next multiple of PAGE_SIZE doesn’t fit in a usize.
usize