wasmer_vm::mmap

Function round_up_to_page_size

Source
fn round_up_to_page_size(size: usize, page_size: usize) -> usize
Expand description

Round size up to the nearest multiple of page_size.