Home
last modified time | relevance | path

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

/Linux-v6.1/rust/alloc/
Draw_vec.rs102 pub fn with_capacity_zeroed(capacity: usize) -> Self { in with_capacity_zeroed() method
Dboxed.rs642 unsafe { RawVec::with_capacity_zeroed(len).into_box(len) } in new_zeroed_slice()