Home
last modified time | relevance | path

Searched defs:module_memory (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/tests/all/
H A Dmodule.rs606 let module_memory = std::ptr::NonNull::new(serialized_ptr.cast_mut()).unwrap(); in deserialize_raw_avoids_copy() localVariable
639 let module_memory = std::ptr::NonNull::new(serialized_ptr.cast_mut()).unwrap(); in deserialize_raw_fails_for_native() localVariable
/wasmtime-44.0.1/examples/min-platform/embedding/src/
H A Dlib.rs171 let module_memory = ptr::NonNull::new(memory_ptr.cast_mut()).unwrap(); in deserialize() localVariable
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dindex_allocator.rs305 let module_memory = match inner.slot_state[index.index()] { in free() localVariable