Searched refs:allocate_vec_maybeuninit (Results 1 – 1 of 1) sorted by relevance
63 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