Searched refs:tjAlloc (Results 1 – 6 of 6) sorted by relevance
28 tjAlloc;
536 if ((dstBuf = (unsigned char *)tjAlloc(size)) == NULL) in doTest()632 if ((dstBuf = (unsigned char *)tjAlloc(dstSize)) == NULL) in bufSizeTest()659 if ((dstBuf = (unsigned char *)tjAlloc(dstSize)) == NULL) in bufSizeTest()795 if ((buf = (unsigned char *)tjAlloc(pitch * height)) == NULL) in doBmpTest()
1556 DLLEXPORT unsigned char *tjAlloc(int bytes);
366 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in fullTest()611 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in decompTest()
469 DLLEXPORT unsigned char *tjAlloc(int bytes) in tjAlloc() function