Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstdmt_compress.c399 size_t totalCCtxSize = 0; in ZSTDMT_sizeof_CCtxPool() local
401 totalCCtxSize += ZSTD_sizeof_CCtx(cctxPool->cctx[u]); in ZSTDMT_sizeof_CCtxPool()
405 return poolSize + totalCCtxSize; in ZSTDMT_sizeof_CCtxPool()