Searched refs:ZSTD_malloc (Results 1 – 3 of 3) sorted by relevance
50 #define ZSTD_malloc(s) ({ (void)(s); NULL; }) macro
54 return ZSTD_malloc(size); in ZSTD_customMalloc()
59 return (FSE_DTable*)ZSTD_malloc( FSE_DTABLE_SIZE_U32(tableLog) * sizeof (U32) ); in FSE_createDTable()
Completed in 12 milliseconds