Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dcomponent.rs96 realloc_func_type: Arc<FuncType>, field
452 let realloc_func_type = Arc::new(FuncType::new( in from_parts() localVariable
467 realloc_func_type, in from_parts()
872 &self.inner.realloc_func_type in realloc_func_ty()