Searched refs:XXH_malloc (Results 1 – 2 of 2) sorted by relevance
83 static void* XXH_malloc(size_t s) { return ZSTD_malloc(s); } in XXH_malloc() function495 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()
5544 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function5994 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()