Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dxxhash.c83 static void* XXH_malloc(size_t s) { return ZSTD_malloc(s); } in XXH_malloc() function
495 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t)); in XXH32_createState()
505 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t)); in XXH64_createState()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5544 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
5994 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t)); in XXH32_createState()
6004 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t)); in XXH64_createState()