Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/common/
H A Dfse.h168 FSE_PUBLIC_API void FSE_freeCTable (FSE_CTable* ct);
/dragonfly/contrib/zstd/lib/compress/
H A Dfse_compress.c317 void FSE_freeCTable (FSE_CTable* ct) { ZSTD_free(ct); } in FSE_freeCTable() function