Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h1492 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
2173 return (XXH32_state_t*)XXH_malloc(sizeof(XXH32_state_t)); in XXH32_createState()
2589 return (XXH64_state_t*)XXH_malloc(sizeof(XXH64_state_t)); in XXH64_createState()
4651 xxh_u8* base = (xxh_u8*)XXH_malloc(s + align); in XXH_alignedMalloc()

Completed in 50 milliseconds