Searched refs:as_slice_mut (Results 1 – 3 of 3) sorted by relevance
91 .as_slice_mut(size_of::<u64>(), NUM_PAGES * size_of::<u64>())? in new()
550 pub unsafe fn as_slice_mut(&mut self, offset: usize, count: usize) -> Result<&mut [T]> { in as_slice_mut() method
236 let gsp_mem = &mut unsafe { self.0.as_slice_mut(0, 1) }.unwrap()[0];