Home
last modified time | relevance | path

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

/lib/zstd/
A Dzstd_common_module.c28 EXPORT_SYMBOL_GPL(ZSTD_customCalloc);
/lib/zstd/common/
A Dzstd_common.c57 void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem) in ZSTD_customCalloc() function
A Dzstd_internal.h344 void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem);
/lib/zstd/decompress/
A Dzstd_decompress.c120 …const ZSTD_DDict** newTable = (const ZSTD_DDict**)ZSTD_customCalloc(sizeof(ZSTD_DDict*) * newTable… in ZSTD_DDictHashSet_expand()
170 …ret->ddictPtrTable = (const ZSTD_DDict**)ZSTD_customCalloc(DDICT_HASHSET_TABLE_BASE_SIZE * sizeof(… in ZSTD_createDDictHashSet()

Completed in 15 milliseconds