Lines Matching full:panics
39 /// * Catches all overflows in capacity computations (promotes them to "capacity overflow" panics).
84 /// # Panics
86 /// Panics if the requested capacity exceeds `isize::MAX` bytes.
267 /// # Panics
269 /// Panics if the new capacity exceeds `isize::MAX` bytes.
328 /// # Panics
330 /// Panics if the new capacity exceeds `isize::MAX` bytes.
352 /// # Panics
354 /// Panics if the given amount is *larger* than the current capacity.
522 // ensure that the code generation related to these panics is minimal as there's
523 // only one location which panics rather than a bunch throughout the module.