Function wasmer_vm::mmap::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.