Home
last modified time | relevance | path

Searched refs:LZ4F_free (Results 1 - 1 of 1) sorted by relevance

/third_party/lz4/lib/
H A Dlz4frame.c126 static void LZ4F_free(void* p, LZ4F_CustomMem cmem) in LZ4F_free() function
511 LZ4F_free(cctxPtr->lz4CtxPtr, cctxPtr->cmem); in LZ4F_compressFrame()
574 LZ4F_free(cdict->dictContent, cdict->cmem); in LZ4F_freeCDict()
575 LZ4F_free(cdict->fastCtx, cdict->cmem); in LZ4F_freeCDict()
576 LZ4F_free(cdict->HCCtx, cdict->cmem); in LZ4F_freeCDict()
577 LZ4F_free(cdict, cdict->cmem); in LZ4F_freeCDict()
623 LZ4F_free(cctxPtr->lz4CtxPtr, cctxPtr->cmem); /* note: LZ4_streamHC_t and LZ4_stream_t are simple POD types */ in LZ4F_freeCompressionContext()
624 LZ4F_free(cctxPtr->tmpBuff, cctxPtr->cmem); in LZ4F_freeCompressionContext()
625 LZ4F_free(cctxPtr, cctxPtr->cmem); in LZ4F_freeCompressionContext()
696 LZ4F_free(cctxPt in LZ4F_compressBegin_usingCDict()
[all...]

Completed in 3 milliseconds