Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/pooling/
H A Dindex_allocator.rs77 pub struct MemoryInModule(pub CompiledModuleId, pub DefinedMemoryIndex); struct
242 fn _alloc(&self, for_memory: Option<MemoryInModule>, mode: AllocMode) -> Option<SlotId> { in _alloc()
367 pub(crate) fn testing_module_affinity_list(&self) -> Vec<MemoryInModule> { in testing_module_affinity_list()