Searched refs:ZSTD_malloc (Results 1 – 4 of 4) sorted by relevance
50 #define ZSTD_malloc(s) ({ (void)(s); NULL; }) macro
60 return ZSTD_malloc(size); in ZSTD_customMalloc()
63 return (FSE_DTable*)ZSTD_malloc( FSE_DTABLE_SIZE_U32(tableLog) * sizeof (U32) ); in FSE_createDTable()
350 return (FSE_CTable*)ZSTD_malloc(size); in FSE_createCTable()