mmtk::util::metadata::side_metadata::sanity

Function verify_bzero

source
pub fn verify_bzero(
    metadata_spec: &SideMetadataSpec,
    start: Address,
    size: usize,
)
Expand description

Commits a side metadata bulk zero operation. Panics if the metadata spec is not valid.

Arguments:

  • metadata_spec: the metadata spec to perform the bulk zeroing on
  • start: the starting address of the source data
  • size: size of the source data