Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Don_demand.rs7 use crate::runtime::vm::memory::{DefaultMemoryCreator, Memory};
122 .unwrap_or_else(|| &DefaultMemoryCreator); in allocate_memory()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dmemory.rs127 pub struct DefaultMemoryCreator; struct
129 impl RuntimeMemoryCreator for DefaultMemoryCreator { implementation