Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dvalues.rs1123 let tuple_align = map_ty.entry_abi.align32; in lower_map() localVariable
1130 let ptr = cx.realloc(0, 0, tuple_align, size)?; in lower_map()