HomeSort by relevance Sort by last modified time
    Searched defs:FREEMEM (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4frame.c 59 #define FREEMEM free
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(dctxPtr)
    [all...]
lz4.c 143 #define FREEMEM free
725 FREEMEM(ctx);
745 FREEMEM(ctx);
775 FREEMEM(LZ4_stream);
    [all...]

Completed in 252 milliseconds