Searched defs:cchNewTotal (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstringalloc.cpp211 size_t cchNewTotal = cchOrg; local
221 cchNewTotal += cch;
226 cchNewTotal++; /* '\0' */
231 char *pszNew = (char *)RTMemReallocTag(*ppsz, cchNewTotal, pszTag);
244 Assert(off + 1 == cchNewTotal);

Completed in 43 milliseconds