Home
last modified time | relevance | path

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

/aosp_15_r20/external/zstd/contrib/linux-kernel/
H A Dzstd_deps.h50 #define ZSTD_malloc(s) ({ (void)(s); NULL; }) macro
/aosp_15_r20/external/zstd/lib/common/
H A Dzstd_deps.h54 #define ZSTD_malloc(s) malloc(s) macro