Searched refs:ZSTD_customCalloc (Results 1 – 4 of 4) sorted by relevance
68 void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem) in ZSTD_customCalloc() function79 EXPORT_SYMBOL_GPL(ZSTD_customCalloc);
399 void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem);
126 …const ZSTD_DDict** newTable = (const ZSTD_DDict**)ZSTD_customCalloc(sizeof(ZSTD_DDict*) * newTable… in ZSTD_DDictHashSet_expand()176 …ret->ddictPtrTable = (const ZSTD_DDict**)ZSTD_customCalloc(DDICT_HASHSET_TABLE_BASE_SIZE * sizeof(… in ZSTD_createDDictHashSet()
229 params = (ZSTD_CCtx_params*)ZSTD_customCalloc( in ZSTD_createCCtxParams_advanced()