Lines Matching refs:CheckMalloc
88 CheckMalloc(TIFF* tif, tsize_t n, const char* what) in CheckMalloc() function
151 dir = (TIFFDirEntry *)CheckMalloc(tif, in TIFFReadPrivateDataSubDirectory()
175 dir = (TIFFDirEntry *)CheckMalloc(tif, in TIFFReadPrivateDataSubDirectory()
297 CheckMalloc(tif, td->td_nstrips * sizeof (uint32), in EstimateStripByteCounts()
591 l = (uint32*)CheckMalloc(tif, in TIFFFetchRationalArray()
751 cp = CheckMalloc(tif, in TIFFFetchNormalSubTag()
757 cp = CheckMalloc(tif, in TIFFFetchNormalSubTag()
763 cp = CheckMalloc(tif, in TIFFFetchNormalSubTag()
769 cp = CheckMalloc(tif, in TIFFFetchNormalSubTag()
774 cp = CheckMalloc(tif, in TIFFFetchNormalSubTag()
779 cp = CheckMalloc(tif, in TIFFFetchNormalSubTag()
789 cp = CheckMalloc(tif, dp->tdir_count+1, mesg); in TIFFFetchNormalSubTag()
969 (*lpp = (uint32 *)CheckMalloc(tif, in TIFFFetchStripThing()
977 uint16* dp = (uint16*) CheckMalloc(tif, in TIFFFetchStripThing()
1033 cp = CheckMalloc(tif, dir->tdir_count * sizeof (uint32), mesg); in TIFFFetchRefBlackWhite()
1036 CheckMalloc(tif, dir->tdir_count * sizeof (float), mesg); in TIFFFetchRefBlackWhite()
1085 newcounts = (uint32*) CheckMalloc(tif, nstrips * sizeof (uint32), in ChopUpSingleUncompressedStrip()
1087 newoffsets = (uint32*) CheckMalloc(tif, nstrips * sizeof (uint32), in ChopUpSingleUncompressedStrip()