Function mmtk::util::memory::set

source ·
pub fn set(start: Address, val: u8, len: usize)
Expand description

Set a range of memory to the given value. Similar to memset.