Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/common/
H A Dzstd_deps.h51 #define ZSTD_free(p) ((void)(p)) macro
H A Dzstd_common.c81 ZSTD_free(ptr); in ZSTD_customFree()
H A Dfse_decompress.c68 ZSTD_free(dt); in FSE_freeDTable()
/openbmc/linux/lib/zstd/compress/
H A Dfse_compress.c353 void FSE_freeCTable (FSE_CTable* ct) { ZSTD_free(ct); } in FSE_freeCTable()