Files
clang-p2996/compiler-rt/lib/scudo/standalone/tests/strings_test.cpp
Dominic Chen 119f977d9e [scudo] Optimize scudo test string allocation
When the underlying vector becomes full, it resizes, remaps, and then copies over the old data. To avoid thes excess allocations, allow reservation from the backing vector.

Differential Revision: https://reviews.llvm.org/D135119
2022-12-12 15:50:00 -08:00

4.0 KiB