Searched refs:mBaseRealloc (Results 1 – 1 of 1) sorted by relevance
567 , mBaseRealloc(baseRealloc) in BufferedItem()637 if (mBaseRealloc == nullptr) { in reallocFor()649 void *newptr = realloc(*mBaseRealloc, minimum); in reallocFor()654 if (newptr != *mBaseRealloc) { in reallocFor()656 if (*mBaseRealloc == nullptr) { in reallocFor()660 *mBaseRealloc = mBegin; in reallocFor()702 char **mBaseRealloc = nullptr; // set to an address if realloc should be done. variable727 mBaseRealloc = &mReallocPtr; in LogItem()