Lines Matching refs:malloc
199 buffers[0] = (char*)malloc(BLOCKSIZE_I134);
200 buffers[1] = (char*)malloc(BLOCKSIZE_I134);
209 buffers[nbBuff] = (char*)malloc(BLOCKSIZE_I134);
289 return malloc(size);
323 void* const CNBuffer = malloc(COMPRESSIBLE_NOISE_LENGTH);
325 char* const compressedBuffer = (char*)malloc(compressedBufferSize);
326 char* const decodedBuffer = (char*)malloc(FUZ_MAX_DICT_SIZE + FUZ_MAX_BLOCK_SIZE);
329 void* const stateLZ4 = malloc((size_t)LZ4_sizeofState());
330 void* const stateLZ4HC = malloc((size_t)LZ4_sizeofStateHC());
495 { char* const cBuffer_exact = (char*)malloc((size_t)compressedSize);
1069 char* testInput = (char*)malloc(testInputSize);
1070 char* testCompressed = (char*)malloc(testCompressedSize);
1071 char* testVerify = (char*)malloc(testInputSize);
1183 shct* const shc = (shct*)malloc(sizeof(*shc));
1293 shct* const shc = (shct*)malloc(sizeof(*shc));
1356 void* const block = malloc(blockSize);
1357 void* const dstBlock = malloc(targetSize+1);
1656 char* sbuf1 = (char*)malloc(src_buf_size + 1);
1657 char* sbuf2 = (char*)malloc(src_buf_size + 1);
1658 char* dbuf1 = (char*)malloc(dst_buf_size + 1);
1659 char* dbuf2 = (char*)malloc(dst_buf_size + 1);