HomeSort by relevance Sort by last modified time
    Searched refs:XXH_malloc (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
xxhash.c 101 static void* XXH_malloc(size_t s) { return malloc(s); }
353 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t));
723 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t));
  /external/vulkan-validation-layers/layers/
xxhash.c 102 static void* XXH_malloc(size_t s) { return malloc(s); }
352 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t));
722 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t));

Completed in 94 milliseconds