Home
last modified time | relevance | path

Searched refs:ZSTD_freeCCtxContent (Results 1 – 1 of 1) sorted by relevance

/external/zstd/lib/compress/
Dzstd_compress.c149 static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) in ZSTD_freeCCtxContent() function
167 ZSTD_freeCCtxContent(cctx); in ZSTD_freeCCtx()
3582ZSTD_freeCCtxContent(&ctxBody); /* can't free ctxBody itself, as it's on stack; free only heap c… in ZSTD_compress()