Searched refs:ZSTD_malloc (Results 1 – 2 of 2) sorted by relevance
31 return ZSTD_malloc(size); in ZSTD_customMalloc()
50 #define ZSTD_malloc(s) ({ (void)(s); NULL; }) macro