Searched defs:XXH_malloc (Results 1 – 10 of 10) sorted by relevance
113 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
102 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
108 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
443 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
2283 static XXH_CONSTF void* XXH_malloc(size_t s) { (void)s; return NULL; } in XXH_malloc() function2298 static XXH_MALLOCF void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
1466 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
1506 static void *XXH_malloc(size_t s) { in XXH_malloc() function