Searched defs:ZSTD_malloc (Results 1 – 2 of 2) sorted by relevance
69 void *ZSTD_malloc(size_t size, ZSTD_customMem customMem) { return customMem.customAlloc(customMem.o… in ZSTD_malloc() function
50 #define ZSTD_malloc(s) ({ (void)(s); NULL; }) macro