Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A 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
H A Dboxed.rs793 unsafe { RawVec::with_capacity_zeroed_in(len, alloc).into_box(len) } in new_zeroed_slice_in()