Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Dxxhash.c91 #define XXH_malloc malloc macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.c83 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h1458 static void* XXH_malloc(size_t s) { return ZSTD_malloc(s); } in XXH_malloc() function