Lines Matching refs:get_memory
87 let memory = instance.get_memory(&mut store, "m").unwrap(); in memory_limit()
122 let memory = instance.get_memory(&mut store, "m").unwrap(); in memory_init()
157 let m = instance.get_memory(&mut store, "m").unwrap(); in memory_guard_page_trap()
218 let memory = instance.get_memory(&mut store, "m").unwrap(); in memory_zeroed()
480 let mem = i.get_memory(&mut store, "mem").unwrap(); in preserve_data_segments()
510 let m2 = instance.get_memory(&mut store, "m2").unwrap(); in multi_memory_with_imported_memories()
622 let memory = instance.get_memory(&mut store, "memory").unwrap(); in switch_image_and_non_image()
724 let memory = instance.get_memory(&mut store, "memory").unwrap(); in dynamic_memory_pooling_allocator()
759 let memory = instance.get_memory(&mut store, "memory").unwrap(); in dynamic_memory_pooling_allocator()
1439 let memory = instance.get_memory(&mut store, "m").unwrap(); in pooling_reuse_resets()
1504 let mem = instance.get_memory(&mut store, "m").unwrap(); in memory_reset_if_instantiation_fails()