Searched refs:XXH_malloc (Results 1 – 3 of 3) sorted by relevance
91 #define XXH_malloc malloc macro363 void* state = XXH_malloc (sizeof(struct XXH_state32_t)); in XXH32_init()
83 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function533 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t)); in XXH32_createState()543 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t)); in XXH64_createState()
1458 static void* XXH_malloc(size_t s) { return ZSTD_malloc(s); } in XXH_malloc() function2118 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t)); in XXH32_createState()2532 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t)); in XXH64_createState()4722 xxh_u8* base = (xxh_u8*)XXH_malloc(s + align); in XXH_alignedMalloc()