Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/common/
H A Dallocations.h31 return ZSTD_malloc(size); in ZSTD_customMalloc()
H A Dzstd_deps.h50 #define ZSTD_malloc(s) ({ (void)(s); NULL; }) macro