Searched refs:newcounts (Results 1 – 1 of 1) sorted by relevance
5761 uint64 *newcounts; in allocChoppedUpStripArrays() local5774 newcounts = (uint64*) _TIFFCheckMalloc(tif, nstrips, sizeof (uint64), in allocChoppedUpStripArrays()5778 if (newcounts == NULL || newoffsets == NULL) { in allocChoppedUpStripArrays()5783 if (newcounts != NULL) in allocChoppedUpStripArrays()5784 _TIFFfree(newcounts); in allocChoppedUpStripArrays()5798 newcounts[i] = stripbytes; in allocChoppedUpStripArrays()5812 td->td_stripbytecount_p = newcounts; in allocChoppedUpStripArrays()