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.c146 size_t const poolSize = sizeof(*bufPool); in ZSTDMT_sizeof_bufferPool() local
155 return poolSize + arraySize + totalBufferSize; in ZSTDMT_sizeof_bufferPool()
422 size_t const poolSize = sizeof(*cctxPool); in ZSTDMT_sizeof_CCtxPool() local
431 return poolSize + arraySize + totalCCtxSize; in ZSTDMT_sizeof_CCtxPool()