Searched refs:ZSTD_malloc (Results 1 – 2 of 2) sorted by relevance
| /lib/zstd/common/ | ||
| A D | allocations.h | 31 return ZSTD_malloc(size); in ZSTD_customMalloc() |
| A D | zstd_deps.h | 50 #define ZSTD_malloc(s) ({ (void)(s); NULL; }) macro |
Completed in 5 milliseconds