Home
last modified time | relevance | path

Searched refs:allocate_vec_maybeuninit (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/
H A Dprocess.rs63 allocate_vec_maybeuninit::<T>(value, len as u32); in allocate_vec()
70 pub(crate) unsafe fn allocate_vec_maybeuninit<T>(value: *mut c_void, len: u32) { in allocate_vec_maybeuninit() function