Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/strings/basic.string/string.capacity/
H A Dresize_and_overwrite.pass.cpp25 test_appending(std::size_t k,size_t N,size_t new_capacity) test_appending() argument
/llvm-project/libc/src/__support/CPP/
H A Dstring.h122 reserve(size_t new_capacity) reserve() argument
/llvm-project/libcxx/src/
H A Dmemory_resource.cpp435 size_t new_capacity = (__cur_ - __start_); __try_allocate_from_chunk() local
444 size_t new_capacity = (__cur_ - __start_); __try_allocate_from_chunk() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h534 uptr new_capacity = RoundUpToPowerOfTwo(size_ + 1); push_back() local
593 Realloc(uptr new_capacity) Realloc() argument