Home
last modified time | relevance | path

Searched refs:with_capacity_zeroed_in (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/rust/alloc/
Draw_vec.rs102 Self::with_capacity_zeroed_in(capacity, Global) in with_capacity_zeroed()
146 pub fn with_capacity_zeroed_in(capacity: usize, alloc: A) -> Self { in with_capacity_zeroed_in() method
Dboxed.rs781 unsafe { RawVec::with_capacity_zeroed_in(len, alloc).into_box(len) } in new_zeroed_slice_in()