Home
last modified time | relevance | path

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

/linux/lib/zstd/common/
H A Dzstd_deps.h50 #define ZSTD_malloc(s) ({ (void)(s); NULL; }) macro
H A Dzstd_common.c60 return ZSTD_malloc(size); in ZSTD_customMalloc()
H A Dfse_decompress.c63 return (FSE_DTable*)ZSTD_malloc( FSE_DTABLE_SIZE_U32(tableLog) * sizeof (U32) ); in FSE_createDTable()
/linux/lib/zstd/compress/
H A Dfse_compress.c350 return (FSE_CTable*)ZSTD_malloc(size); in FSE_createCTable()