Searched defs:XXH_malloc (Results 1 – 3 of 3) sorted by relevance
91 #define XXH_malloc malloc macro
83 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
1458 static void* XXH_malloc(size_t s) { return ZSTD_malloc(s); } in XXH_malloc() function