Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c138 size_t const poolSize = sizeof(*bufPool) in ZSTDMT_sizeof_bufferPool() local
147 return poolSize + totalBufferSize; in ZSTDMT_sizeof_bufferPool()
396 size_t const poolSize = sizeof(*cctxPool) in ZSTDMT_sizeof_CCtxPool() local
405 return poolSize + totalCCtxSize; in ZSTDMT_sizeof_CCtxPool()