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