Searched refs:with_capacity_zeroed_in (Results 1 – 2 of 2) sorted by relevance
103 Self::with_capacity_zeroed_in(capacity, Global) in with_capacity_zeroed()140 pub fn with_capacity_zeroed_in(capacity: usize, alloc: A) -> Self { in with_capacity_zeroed_in() method
767 unsafe { RawVec::with_capacity_zeroed_in(len, alloc).into_box(len) } in new_zeroed_slice_in()