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