Home | History | Annotate | Download | only in lib

Lines Matching refs:ALLOCATOR

58 #define ALLOCATOR(s)   calloc(1,s)
332 cctxPtr = (LZ4F_cctx_internal_t*)ALLOCATOR(sizeof(LZ4F_cctx_internal_t));
402 cctxPtr->tmpBuff = (BYTE*)ALLOCATOR(requiredBuffSize);
715 dctxPtr = ALLOCATOR(sizeof(LZ4F_dctx_internal_t));
789 dctxPtr->tmpIn = ALLOCATOR(dctxPtr->maxBlockSize);
791 dctxPtr->tmpOutBuffer= ALLOCATOR(dctxPtr->maxBufferSize);