Searched refs:DDICT_HASHSET_TABLE_BASE_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c81 #define DDICT_HASHSET_TABLE_BASE_SIZE 64 macro
175 ret->ddictPtrTable = (const ZSTD_DDict**)ZSTD_customCalloc(DDICT_HASHSET_TABLE_BASE_SIZE * sizeof(ZSTD_DDict*), customMem);
180 ret->ddictPtrTableSize = DDICT_HASHSET_TABLE_BASE_SIZE;

Completed in 86 milliseconds