Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
H A Dallocations.h43 return ZSTD_calloc(1, size); in ZSTD_customCalloc()
H A Dzstd_deps.h52 #define ZSTD_calloc(n,s) ({ (void)(n); (void)(s); NULL; }) macro