Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dmodule.rs119 pub fn init_memory(&self, state: &mut dyn InitMemory) -> bool { in init_memory() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/
H A Dallocator.rs725 .init_memory(&mut InitMemoryAtInstantiation { in initialize_memories()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmodule_environ.rs1065 .init_memory(&mut InitMemoryAtCompileTime { in try_static_init()