Home
last modified time | relevance | path

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

/linux-6.1.9/rust/alloc/
Draw_vec.rs103 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
Dboxed.rs767 unsafe { RawVec::with_capacity_zeroed_in(len, alloc).into_box(len) } in new_zeroed_slice_in()