Searched refs:ZEROED_DATA (Results 1 – 1 of 1) sorted by relevance
44 static mut ZEROED_DATA: [u32; 10] = [0; 10]; variable131 info!("ZEROED_DATA: {:?}", unsafe { ZEROED_DATA.as_ptr() }); in check_data()142 let zeroed_data = unsafe { &mut *addr_of_mut!(ZEROED_DATA) }; in check_data()