Searched refs:ZSTD_freeCCtxContent (Results 1 – 1 of 1) sorted by relevance
149 static void ZSTD_freeCCtxContent(ZSTD_CCtx* cctx) in ZSTD_freeCCtxContent() function167 ZSTD_freeCCtxContent(cctx); in ZSTD_freeCCtx()3582 …ZSTD_freeCCtxContent(&ctxBody); /* can't free ctxBody itself, as it's on stack; free only heap c… in ZSTD_compress()