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

/external/lz4/lib/
H A Dxxhash.c93 static void* XXH_malloc(size_t s) { return malloc(s); } function
539 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t));
550 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t));

Completed in 40 milliseconds