Home
last modified time | relevance | path

Searched defs:new_capacity (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/
Dvector_capacity.cc122 const X::size_type new_capacity = old_capacity + 10; in test_reserve() local
152 const X::size_type new_capacity = old_capacity + 10; in test_reserve_exception_guarantee() local
/openbsd/src/usr.sbin/nsd/
Dbuffer.c97 size_t new_capacity = buffer->_capacity * 3 / 2; in buffer_reserve() local
/openbsd/src/sbin/unwind/libunbound/sldns/
Dsbuffer.c98 size_t new_capacity = buffer->_capacity * 3 / 2; in sldns_buffer_reserve() local
/openbsd/src/usr.sbin/unbound/sldns/
Dsbuffer.c98 size_t new_capacity = buffer->_capacity * 3 / 2; in sldns_buffer_reserve() local
/openbsd/src/gnu/llvm/libcxx/src/
Dmemory_resource.cpp433 size_t new_capacity = (__cur_ - __start_); in __try_allocate_from_chunk() local
442 size_t new_capacity = (__cur_ - __start_); in __try_allocate_from_chunk() local
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h521 uptr new_capacity = RoundUpToPowerOfTwo(size_ + 1); in push_back() local
580 void Realloc(uptr new_capacity) { in Realloc()