Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dxxhash.c102 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
352 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()
/external/lz4/lib/
Dxxhash.c101 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
358 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()