Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/
H A Dvmcomponent_offsets.rs335 pub fn runtime_reallocs(&self) -> u32 { in runtime_reallocs() method
344 self.runtime_reallocs() + index.as_u32() * u32::from(self.ptr.size()) in runtime_realloc()
H A Ddfg.rs627 runtime_reallocs: Default::default(), in finish()
674 num_runtime_reallocs: linearize.runtime_reallocs.len() as u32, in finish()
711 runtime_reallocs: HashMap<ReallocId, RuntimeReallocIndex>, field
881 |me| &mut me.runtime_reallocs, in runtime_realloc()