Home
last modified time | relevance | path

Searched defs:newsize (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/src/
H A Dios.cpp264 size_t newsize = sizeof(long) * rhs.__iarray_size_; in copyfmt() local
270 size_t newsize = sizeof(void*) * rhs.__parray_size_; in copyfmt() local
H A Dmemory_resource.cpp459 size_t newsize = (__initial_.__start_ != nullptr) ? (__initial_.__end_ - __initial_.__start_) : __initial_.__size_; do_allocate() local
480 size_t newsize = 2 * (previous_capacity - footer_size); do_allocate() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h315 uptr newsize = oldsize * 2; in acquire() local