Searched refs:tjAlloc (Results 1 – 6 of 6) sorted by relevance
28 tjAlloc;
557 if((dstBuf=(unsigned char *)tjAlloc(size))==NULL) in doTest()620 if((dstBuf=(unsigned char *)tjAlloc(dstSize))==NULL) in bufSizeTest()652 if((dstBuf=(unsigned char *)tjAlloc(dstSize))==NULL) in bufSizeTest()
1449 DLLEXPORT unsigned char* DLLCALL tjAlloc(int bytes);
315 if((jpegbuf[i]=(unsigned char *)tjAlloc(tjBufSize(tilew, tileh, in fullTest()547 if((jpegbuf[i]=(unsigned char *)tjAlloc(tjBufSize(tilew, tileh, in decompTest()
549 DLLEXPORT unsigned char *DLLCALL tjAlloc(int bytes) in tjAlloc() function