Searched refs:tagTableSize (Results 1 – 1 of 1) sorted by relevance
1780 size_t const tagTableSize = hSize*sizeof(U16); in ZSTD_reset_matchState() local1781 ms->tagTable = (U16*)ZSTD_cwksp_reserve_aligned(ws, tagTableSize); in ZSTD_reset_matchState()1782 if (ms->tagTable) ZSTD_memset(ms->tagTable, 0, tagTableSize); in ZSTD_reset_matchState()2147 size_t const tagTableSize = hSize*sizeof(U16); in ZSTD_resetCCtx_byCopyingCDict() local2150 tagTableSize); in ZSTD_resetCCtx_byCopyingCDict()4268 size_t const tagTableSize = ((size_t)1 << params->cParams.hashLog) * sizeof(U16); in ZSTD_loadDictionaryContent() local4269 ZSTD_memset(ms->tagTable, 0, tagTableSize); in ZSTD_loadDictionaryContent()