Searched refs:ZSTD_calloc (Results 1 – 4 of 4) sorted by relevance
72 return ZSTD_calloc(1, size); in ZSTD_customCalloc()
55 #define ZSTD_calloc(n,s) calloc((n), (s)) macro
208 #define ZSTD_calloc zfs_ZSTD_calloc macro
6685 void* ZSTD_calloc(size_t size, ZSTD_customMem customMem);7089 ctx = (POOL_ctx*)ZSTD_calloc(sizeof(POOL_ctx), customMem); in POOL_create_advanced()7380 void* ZSTD_calloc(size_t size, ZSTD_customMem customMem) in ZSTD_calloc() function13293 params = (ZSTD_CCtx_params*)ZSTD_calloc( in ZSTD_createCCtxParams_advanced()