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