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

Commits a side metadata bulk set operation (set the related bits to all 1s). Panics if the metadata spec is not valid.

Arguments:

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