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

/linux-master/lib/zstd/common/
H A Dzstd_common.c17 #include "zstd_deps.h" /* ZSTD_malloc, ZSTD_calloc, ZSTD_free, ZSTD_memset */
60 return ZSTD_malloc(size);
H A Dzstd_deps.h42 * ZSTD_malloc()
50 #define ZSTD_malloc(s) ({ (void)(s); NULL; }) macro
H A Dfse_decompress.c63 return (FSE_DTable*)ZSTD_malloc( FSE_DTABLE_SIZE_U32(tableLog) * sizeof (U32) );
/linux-master/lib/zstd/compress/
H A Dfse_compress.c28 #include "../common/zstd_deps.h" /* ZSTD_malloc, ZSTD_free, ZSTD_memcpy, ZSTD_memset */
350 return (FSE_CTable*)ZSTD_malloc(size);

Completed in 94 milliseconds