Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/component/
H A Dvmcomponent_offsets.rs45 pub num_runtime_reallocs: u32, field
94 num_runtime_reallocs: component.num_runtime_reallocs, in new()
177 size(reallocs) = cmul(ret.num_runtime_reallocs, ret.ptr.size()), in new()
343 assert!(index.as_u32() < self.num_runtime_reallocs); in runtime_realloc()
H A Dinfo.rs154 pub num_runtime_reallocs: u32, field
H A Ddfg.rs674 num_runtime_reallocs: linearize.runtime_reallocs.len() as u32, in finish()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs756 for i in 0..self.offsets.num_runtime_reallocs { in initialize_vmctx()