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

/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h111 #define FSE_freeCTable zfs_FSE_freeCTable macro
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h162 FSE_PUBLIC_API void FSE_freeCTable (FSE_CTable* ct);
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dfse.h168 FSE_PUBLIC_API void FSE_freeCTable (FSE_CTable* ct);
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dfse_compress.c313 void FSE_freeCTable (FSE_CTable* ct) { free(ct); } function
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c353 void FSE_freeCTable (FSE_CTable* ct) { ZSTD_free(ct); } function

Completed in 190 milliseconds