Searched refs:XXH_malloc (Results 1 – 1 of 1) sorted by relevance
1466 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function2142 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t)); in XXH32_createState()2558 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t)); in XXH64_createState()4620 xxh_u8* base = (xxh_u8*)XXH_malloc(s + align); in XXH_alignedMalloc()
Completed in 20 milliseconds