Home
last modified time | relevance | path

Searched refs:ZSTD_customCalloc (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/lib/zstd/
Dzstd_common_module.c28 EXPORT_SYMBOL_GPL(ZSTD_customCalloc);
/Linux-v6.6/lib/zstd/common/
Dzstd_common.c63 void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem) in ZSTD_customCalloc() function
Dzstd_internal.h349 void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem);
/Linux-v6.6/lib/zstd/decompress/
Dzstd_decompress.c125 …const ZSTD_DDict** newTable = (const ZSTD_DDict**)ZSTD_customCalloc(sizeof(ZSTD_DDict*) * newTable… in ZSTD_DDictHashSet_expand()
175 …ret->ddictPtrTable = (const ZSTD_DDict**)ZSTD_customCalloc(DDICT_HASHSET_TABLE_BASE_SIZE * sizeof(… in ZSTD_createDDictHashSet()
/Linux-v6.6/lib/zstd/compress/
Dzstd_compress.c296 params = (ZSTD_CCtx_params*)ZSTD_customCalloc( in ZSTD_createCCtxParams_advanced()