Searched refs:ZSTD_calloc (Results 1 – 7 of 7) sorted by relevance
63 void* ZSTD_calloc(size_t size, ZSTD_customMem customMem) in ZSTD_calloc() function
387 void* ZSTD_calloc(size_t size, ZSTD_customMem customMem);
118 ctx = (POOL_ctx*)ZSTD_calloc(sizeof(POOL_ctx), customMem); in POOL_create_advanced()
72 return ZSTD_calloc(1, size); in ZSTD_customCalloc()
55 #define ZSTD_calloc(n,s) calloc((n), (s)) macro
90 #define ZSTD_calloc zfs_ZSTD_calloc macro
209 params = (ZSTD_CCtx_params*)ZSTD_calloc( in ZSTD_createCCtxParams_advanced()