Searched refs:reallocImpl (Results 1 – 1 of 1) sorted by relevance
108 mBuffer = static_cast<T*>(reallocImpl(mBuffer, newSizeBytes)); in resizeImpl()118 void* reallocImpl(void* oldPtr, size_t sizeBytes) { in reallocImpl() function