Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/
H A Dprocess.rs43 let res = allocate_vec::<T>(value, len); in allocate_vec_with_buffer()
59 unsafe extern "C" fn allocate_vec<T>(value: *mut c_void, len: i32) -> bool { in allocate_vec() function