Home
last modified time | relevance | path

Searched refs:dealloc_uninit_array (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dgc.rs337 pub fn dealloc_uninit_array(&mut self, arrayref: VMArrayRef) { in dealloc_uninit_array() method
338 self.gc_heap.dealloc_uninit_array(arrayref); in dealloc_uninit_array()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/
H A Dnull.rs323 fn dealloc_uninit_array(&mut self, _array_ref: VMArrayRef) {} in dealloc_uninit_array() method
H A Ddrc.rs1009 fn dealloc_uninit_array(&mut self, arrayref: VMArrayRef) { in dealloc_uninit_array() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/
H A Dgc_runtime.rs331 fn dealloc_uninit_array(&mut self, arrayref: VMArrayRef); in dealloc_uninit_array() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/
H A Darrayref.rs428 store.require_gc_store_mut()?.dealloc_uninit_array(arrayref); in new_from_iter()