Searched defs:dst (Results 1 – 2 of 2) sorted by relevance
96 let dst = unsafe { libc_aligned_alloc(layout.align(), layout.size()) } as *mut u8; in realloc() localVariable97 let dst = NonNull::new(dst).ok_or(AllocError)?; in realloc() localVariable
314 let mut dst = unsafe { &mut *(core::ptr::from_mut(buf) as *mut [MaybeUninit<u8>]) }; in strcpy_into_buf() localVariable