Searched refs:new_uninit (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/rust/alloc/ | ||
A D | lib.rs | 127 #![cfg_attr(test, feature(new_uninit))] |
A D | boxed.rs | 229 pub fn new_uninit() -> Box<mem::MaybeUninit<T>> { in new_uninit() method |
Completed in 7 milliseconds