Home
last modified time | relevance | path

Searched defs:XXH_free (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Dxxhash.c92 #define XXH_free free macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.c84 static void XXH_free (void* p) { free(p); } in XXH_free() function
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h1459 static void XXH_free (void* p) { ZSTD_free(p); } in XXH_free() function