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 onstart: the starting address of the source datasize: size of the source data