Searched refs:tagTableSize (Results 1 – 1 of 1) sorted by relevance
1701 size_t const tagTableSize = hSize*sizeof(U16); in ZSTD_reset_matchState() local1702 ms->tagTable = (U16*)ZSTD_cwksp_reserve_aligned(ws, tagTableSize); in ZSTD_reset_matchState()1703 if (ms->tagTable) ZSTD_memset(ms->tagTable, 0, tagTableSize); in ZSTD_reset_matchState()2068 size_t const tagTableSize = hSize*sizeof(U16); in ZSTD_resetCCtx_byCopyingCDict() local2071 tagTableSize); in ZSTD_resetCCtx_byCopyingCDict()4177 size_t const tagTableSize = ((size_t)1 << params->cParams.hashLog) * sizeof(U16); in ZSTD_loadDictionaryContent() local4178 ZSTD_memset(ms->tagTable, 0, tagTableSize); in ZSTD_loadDictionaryContent()