Searched refs:with_capacity_zeroed (Results 1 – 2 of 2) sorted by relevance
102 pub fn with_capacity_zeroed(capacity: usize) -> Self { in with_capacity_zeroed() method
642 unsafe { RawVec::with_capacity_zeroed(len).into_box(len) } in new_zeroed_slice()