Home
last modified time | relevance | path

Searched defs:into_raw_parts (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/alloc/
H A Dkvec.rs563 pub fn into_raw_parts(self) -> (*mut T, usize, usize) { in into_raw_parts() function
1045 fn into_raw_parts(self) -> (*mut T, NonNull<T>, usize, usize) { in into_raw_parts() function