Function rutabaga_gfx::rutabaga_os::sys::linux::shm::round_up_to_page_size

source ·
pub fn round_up_to_page_size(v: u64) -> RutabagaResult<u64>
Expand description

Uses the system’s page size in bytes to round the given value up to the nearest page boundary.