Home
last modified time | relevance | path

Searched refs:AdditionalLength (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp228 const uptr AdditionalLength = in append() local
231 String.resize(Length + AdditionalLength); in append()
235 RAW_CHECK(FormattedLength + 1 == AdditionalLength); in append()