Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c137 size_t const poolSize = sizeof(*bufPool) in ZSTDMT_sizeof_bufferPool() local
146 return poolSize + totalBufferSize; in ZSTDMT_sizeof_bufferPool()
404 size_t const poolSize = sizeof(*cctxPool) in ZSTDMT_sizeof_CCtxPool() local
413 return poolSize + totalCCtxSize; in ZSTDMT_sizeof_CCtxPool()