Searched refs:RuntimeMemoryCreator (Results 1 – 6 of 6) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/ |
| H A D | on_demand.rs | 6 use crate::runtime::vm::instance::RuntimeMemoryCreator; 30 mem_creator: Option<Arc<dyn RuntimeMemoryCreator>>, 42 mem_creator: Option<Arc<dyn RuntimeMemoryCreator>>, in new() argument
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/trampoline/ |
| H A D | memory.rs | 8 RuntimeMemoryCreator, SharedMemory, Table, TableAllocationIndex, 104 impl RuntimeMemoryCreator for MemoryCreatorProxy {
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | memory.rs | 115 pub trait RuntimeMemoryCreator: Send + Sync { trait 129 impl RuntimeMemoryCreator for DefaultMemoryCreator { 244 creator: &dyn RuntimeMemoryCreator, in new_dynamic() argument
|
| H A D | instance.rs | 11 use crate::runtime::vm::memory::{Memory, RuntimeMemoryCreator};
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | vm.rs | 112 Memory, MemoryBase, RuntimeLinearMemory, RuntimeMemoryCreator, SharedMemory,
|
| /wasmtime-44.0.1/crates/wasmtime/src/ |
| H A D | config.rs | 18 GcRuntime, InstanceAllocator, OnDemandInstanceAllocator, RuntimeMemoryCreator, 161 pub(crate) mem_creator: Option<Arc<dyn RuntimeMemoryCreator>>,
|