Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/gc/enabled/
H A Ddrc.rs1197 let ref_count_ptr = &extern_data.ref_count as *const _; in ref_count_is_at_correct_offset() localVariable
1199 let actual_offset = (ref_count_ptr as usize) - (extern_data_ptr as usize); in ref_count_is_at_correct_offset()