Searched defs:new_capacity (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libcxx/test/std/strings/basic.string/string.capacity/ | ||
H A D | resize_and_overwrite.pass.cpp | 25 test_appending(std::size_t k,size_t N,size_t new_capacity) test_appending() argument |
/llvm-project/libc/src/__support/CPP/ | ||
H A D | string.h | 122 reserve(size_t new_capacity) reserve() argument |
/llvm-project/libcxx/src/ | ||
H A D | memory_resource.cpp | 435 size_t new_capacity = (__cur_ - __start_); __try_allocate_from_chunk() local |
/llvm-project/compiler-rt/lib/sanitizer_common/ | ||
H A D | sanitizer_common.h | 534 uptr new_capacity = RoundUpToPowerOfTwo(size_ + 1); push_back() local |