Searched defs:FREEMEM (Results 1 - 2 of 2) sorted by relevance

/external/lz4/lib/
H A Dlz4.c143 #define FREEMEM free macro
725 FREEMEM(ctx);
745 FREEMEM(ctx);
775 FREEMEM(LZ4_stream);
1160 FREEMEM(LZ4_stream);
H A Dlz4frame.c59 #define FREEMEM free macro
310 FREEMEM(cctxI.lz4CtxPtr);
348 FREEMEM(cctxPtr->lz4CtxPtr);
349 FREEMEM(cctxPtr->tmpBuff);
350 FREEMEM(LZ4F_compressionContext);
381 FREEMEM(cctxPtr->lz4CtxPtr);
401 FREEMEM(cctxPtr->tmpBuff);
726 FREEMEM(dctxPtr->tmpIn);
727 FREEMEM(dctxPtr->tmpOutBuffer);
728 FREEMEM(dctxPt
[all...]

Completed in 81 milliseconds