Home
last modified time | relevance | path

Searched refs:empty_page_alloc (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/
H A Dmod.rs43 let empty_page_alloc: &mut [PageAligned] = &mut []; in empty_mmap() localVariable
45 empty_page_alloc.as_mut_ptr().cast(), in empty_mmap()