Lines Matching full:panics
38 /// * Catches all overflows in capacity computations (promotes them to "capacity overflow" panics).
83 /// # Panics
85 /// Panics if the requested capacity exceeds `isize::MAX` bytes.
302 /// # Panics
304 /// Panics if the new capacity exceeds `isize::MAX` bytes.
363 /// # Panics
365 /// Panics if the new capacity exceeds `isize::MAX` bytes.
387 /// # Panics
389 /// Panics if the given amount is *larger* than the current capacity.
569 // ensure that the code generation related to these panics is minimal as there's
570 // only one location which panics rather than a bunch throughout the module.