mmtk::util::metadata::side_metadata::helpers

Function scan_non_zero_bits_in_metadata_word

source
fn scan_non_zero_bits_in_metadata_word(
    meta_addr: Address,
    word: usize,
    visit_bit: &mut impl FnMut(Address, u8),
)