Searched refs:newStorage (Results 1 – 1 of 1) sorted by relevance
177 unsigned char* newStorage = realloc(pBuf->storage, newSize); in ebEnsureCapacity() local178 if (newStorage == NULL) { in ebEnsureCapacity()183 pBuf->storage = newStorage; in ebEnsureCapacity()