Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/
H A Dinfo.rs281 ExtractRealloc(ExtractRealloc), enumerator
319 pub struct ExtractRealloc { struct
H A Ddfg.rs883 |index, def| GlobalInitializer::ExtractRealloc(ExtractRealloc { index, def }), in runtime_realloc()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dinstance.rs897 GlobalInitializer::ExtractRealloc(realloc) => { in run()
946 fn extract_realloc(&mut self, store: &mut StoreOpaque, realloc: &ExtractRealloc) { in extract_realloc() argument
H A Dcomponent.rs675 | GlobalInitializer::ExtractRealloc(_) in resources_required()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Dpooling.rs592 | ExtractRealloc(_) in validate_component()