Searched refs:XXH_malloc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Dxxhash.c91 #define XXH_malloc malloc macro
355 void* state = XXH_malloc (sizeof(struct XXH_state32_t));
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dxxhash.c83 static void* XXH_malloc(size_t s) { return ZSTD_malloc(s); } function
495 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t));
505 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t));
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5544 static void* XXH_malloc(size_t s) { return malloc(s); } function
5994 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t));
6004 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t));
[all...]

Completed in 290 milliseconds