Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Doptions.rs147 let realloc_ty = component.realloc_func_ty(); in realloc()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dcomponent.rs871 pub(crate) fn realloc_func_ty(&self) -> &Arc<FuncType> { in realloc_func_ty() method