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

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c309 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function
1047 ZSTD_freeDCtx(dctx);
1521 return ZSTD_freeDCtx(zds);
/linux-master/include/linux/
H A Dzstd_lib.h218 ZSTDLIB_API size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx); /* accept NULL pointer */
1013 * freed with ZSTD_freeDCtx().
2132 * allocation for the hash table. ZSTD_freeDCtx() also frees this memory.
2404 Use ZSTD_createDCtx() / ZSTD_freeDCtx() to manage it.

Completed in 132 milliseconds