Searched refs:XXH_malloc (Results 1 – 2 of 2) sorted by relevance
102 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function352 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t)); in XXH32_createState()722 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t)); in XXH64_createState()
101 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function358 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t)); in XXH32_createState()728 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t)); in XXH64_createState()