Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dgc.rs298 pub fn dealloc_uninit_struct(&mut self, structref: VMStructRef) { in dealloc_uninit_struct() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/
H A Dstructref.rs366 .dealloc_uninit_struct(structref); in new_unchecked()