Lines Matching refs:malloc
51 #include <stdlib.h> /* malloc, free */
150 LZ4IO_prefs_t* const ret = (LZ4IO_prefs_t*)malloc(sizeof(*ret));
438 in_buff = (char*)malloc(LEGACY_BLOCKSIZE);
439 out_buff = (char*)malloc((size_t)outBuffSize + 4);
505 char* dstFileName = (char*)malloc(FNSPACE);
524 dstFileName = (char*)malloc(ofnSize);
562 char* circularBuf = (char*)malloc(circularBufSize);
598 dictBuf = (char *)malloc(dictLen ? dictLen : 1);
633 ress.srcBuffer = malloc(blockSize);
636 ress.dstBuffer = malloc(ress.dstBufferSize);
818 char* dstFileName = (char*)malloc(FNSPACE);
839 dstFileName = (char*)malloc(ofnSize);
884 const size_t* const bufferT = (const size_t*)buffer; /* Buffer is supposed malloc'ed, hence aligned on size_t */
968 char* const in_buff = (char*)malloc((size_t)LZ4_compressBound(LEGACY_BLOCKSIZE));
969 char* const out_buff = (char*)malloc(LEGACY_BLOCKSIZE);
1046 ress.srcBuffer = malloc(ress.srcBufferSize);
1048 ress.dstBuffer = malloc(ress.dstBufferSize);
1372 char* outFileName = (char*)malloc(FNSPACE);
1393 outFileName = (char*)malloc(ofnSize);