Searched refs:ZSTD_cwksp_aligned_alloc_size (Results 1 – 2 of 2) sorted by relevance
204 MEM_STATIC size_t ZSTD_cwksp_aligned_alloc_size(size_t size) { in ZSTD_cwksp_aligned_alloc_size() function
1366 ZSTD_cwksp_aligned_alloc_size((MaxML+1) * sizeof(U32)) in ZSTD_sizeof_matchState()1367 + ZSTD_cwksp_aligned_alloc_size((MaxLL+1) * sizeof(U32)) in ZSTD_sizeof_matchState()1368 + ZSTD_cwksp_aligned_alloc_size((MaxOff+1) * sizeof(U32)) in ZSTD_sizeof_matchState()1369 + ZSTD_cwksp_aligned_alloc_size((1<<Litbits) * sizeof(U32)) in ZSTD_sizeof_matchState()1370 + ZSTD_cwksp_aligned_alloc_size((ZSTD_OPT_NUM+1) * sizeof(ZSTD_match_t)) in ZSTD_sizeof_matchState()1371 + ZSTD_cwksp_aligned_alloc_size((ZSTD_OPT_NUM+1) * sizeof(ZSTD_optimal_t)); in ZSTD_sizeof_matchState()1373 ? ZSTD_cwksp_aligned_alloc_size(hSize*sizeof(U16)) in ZSTD_sizeof_matchState()1403 + ZSTD_cwksp_aligned_alloc_size(maxNbSeq * sizeof(seqDef)) in ZSTD_estimateCCtxSize_usingCCtxParams_internal()1412 ZSTD_cwksp_aligned_alloc_size(maxNbLdmSeq * sizeof(rawSeq)) : 0; in ZSTD_estimateCCtxSize_usingCCtxParams_internal()