Searched refs:malloc_orDie (Results 1 – 10 of 10) sorted by relevance
41 void* const buffIn = malloc_orDie(buffInSize); in compressFile_orDie()43 void* const buffOut = malloc_orDie(buffOutSize); in compressFile_orDie()120 void* const outSpace = malloc_orDie(outL); in createOutFilename_orDie()155 pthread_t *threads = malloc_orDie(argc * sizeof(pthread_t)); in main()156 compress_args_t *args = malloc_orDie(argc * sizeof(compress_args_t)); in main()
29 void* const buffIn = malloc_orDie(buffInSize); in compressFile_orDie()31 void* const buffOut = malloc_orDie(buffOutSize); in compressFile_orDie()98 void* const outSpace = malloc_orDie(outL); in createOutFilename_orDie()
49 *ofn = (char*)malloc_orDie(*ofnBufferLen); in createResources_orDie()50 ress.fBuffer = malloc_orDie(ress.fBufferSize); in createResources_orDie()51 ress.cBuffer = malloc_orDie(ress.cBufferSize); in createResources_orDie()
36 ress.buffIn = malloc_orDie(ress.buffInSize); in createResources_orDie()37 ress.buffOut= malloc_orDie(ress.buffOutSize); in createResources_orDie()119 ofnBuffer = malloc_orDie(ofnbSize); in main()
22 void* const cBuff = malloc_orDie(cBuffSize); in compress_orDie()44 void* const outSpace = malloc_orDie(outL); in createOutFilename_orDie()
21 void* const buffIn = malloc_orDie(buffInSize); in decompressFile_orDie()24 void* const buffOut = malloc_orDie(buffOutSize); in decompressFile_orDie()
35 void* const cBuff = malloc_orDie(cBuffSize); in compress()63 void* outSpace = malloc_orDie(outL); in createOutFilename_orDie()
162 static void* malloc_orDie(size_t size) in malloc_orDie() function207 void* const buffer = malloc_orDie(*bufferSize); in mallocAndLoadFile_orDie()
30 void* const rBuff = malloc_orDie((size_t)rSize); in decompress()
43 void* const rBuff = malloc_orDie((size_t)rSize); in decompress()