Function base::round_up_to_page_size
source · pub fn round_up_to_page_size(v: usize) -> usize
Expand description
Uses the system’s page size in bytes to round the given value up to the nearest page boundary.
pub fn round_up_to_page_size(v: usize) -> usize
Uses the system’s page size in bytes to round the given value up to the nearest page boundary.