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

  /external/lz4/lib/
lz4.c 129 #define FREEMEM free
691 FREEMEM(ctxPtr);
    [all...]
lz4frame.c 54 #define FREEMEM free
360 FREEMEM(cctxI.lz4CtxPtr);
397 FREEMEM(cctxPtr->lz4CtxPtr);
398 FREEMEM(cctxPtr->tmpBuff);
399 FREEMEM(LZ4F_compressionContext);
429 FREEMEM(cctxPtr->lz4CtxPtr);
448 FREEMEM(cctxPtr->tmpBuff);
772 FREEMEM(dctxPtr->tmpIn);
773 FREEMEM(dctxPtr->tmpOutBuffer);
774 FREEMEM(dctxPtr)
    [all...]

Completed in 62 milliseconds