Searched defs:new_capacity (Results 1 – 6 of 6) sorted by relevance
122 const X::size_type new_capacity = old_capacity + 10; in test_reserve() local152 const X::size_type new_capacity = old_capacity + 10; in test_reserve_exception_guarantee() local
97 size_t new_capacity = buffer->_capacity * 3 / 2; in buffer_reserve() local
98 size_t new_capacity = buffer->_capacity * 3 / 2; in sldns_buffer_reserve() local
433 size_t new_capacity = (__cur_ - __start_); in __try_allocate_from_chunk() local442 size_t new_capacity = (__cur_ - __start_); in __try_allocate_from_chunk() local
521 uptr new_capacity = RoundUpToPowerOfTwo(size_ + 1); in push_back() local580 void Realloc(uptr new_capacity) { in Realloc()