Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Doptions.rs161 type ReallocFunc = crate::TypedFunc<(u32, u32, u32, u32), u32>; in realloc() typedef
166 ReallocFunc::call_raw(&mut StoreContextMut(store), &realloc_ty, realloc, params)? in realloc()