Lines Matching refs:compressed_buff
330 char* compressed_buff=NULL; in fullSpeedBench() local
360 compressed_buff = (char*)malloc((size_t)compressedBuffSize); in fullSpeedBench()
361 if(!chunkP || !orig_buff || !compressed_buff) { in fullSpeedBench()
365 free(compressed_buff); in fullSpeedBench()
378 free(compressed_buff); in fullSpeedBench()
409 char* out = compressed_buff; in fullSpeedBench()
458 …{ size_t i; for (i=0; i<benchedSize; i++) compressed_buff[i]=(char)i; } /* warming up memory */ in fullSpeedBench()
493 char* out = compressed_buff; in fullSpeedBench()
529 … errorCode = LZ4F_compressFrame(compressed_buff, compressedBuffSize, orig_buff, benchedSize, NULL); in fullSpeedBench()
533 free(compressed_buff); in fullSpeedBench()
582 free(compressed_buff); in fullSpeedBench()