Home
last modified time | relevance | path

Searched defs:capacity (Results 1 – 3 of 3) sorted by relevance

/rust/alloc/
Draw_vec.rs233 pub fn capacity(&self) -> usize { in capacity() method
Dslice.rs570 let capacity = self.len().checked_mul(n).expect("capacity overflow"); in repeat() localVariable
/rust/alloc/vec/
Dmod.rs776 let capacity = me.capacity(); in into_raw_parts_with_alloc() localVariable
793 pub fn capacity(&self) -> usize { in capacity() method