Home
last modified time | relevance | path

Searched defs:ExtractRealloc (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/
H A Dinfo.rs281 ExtractRealloc(ExtractRealloc), enumerator
319 pub struct ExtractRealloc { struct
321 pub index: RuntimeReallocIndex,
323 pub def: CoreDef,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dinstance.rs946 fn extract_realloc(&mut self, store: &mut StoreOpaque, realloc: &ExtractRealloc) { in extract_realloc()