Lines Matching defs:grow
14173 // SAFETY: Same as `Allocator::grow`
14244 unsafe fn grow(
14809 /// Returns if the buffer needs to grow to fulfill the needed extra capacity.
14810 /// Mainly used to make inlining reserve-calls possible without inlining `grow`.
14918 alloc.grow(ptr, old_layout, new_layout)
41788 self.grow();
41813 self.grow();
41925 self.grow();
42445 fn grow(&mut self) {
46835 //! You can [`push`] values onto the end of a vector (which will grow the vector
51938 // 3 is less than half of 12, so `reserve` must grow
51939 // exponentially. At the time of writing this test grow
51940 // factor is 2, so new capacity is 24, however, grow factor