Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c1326 size_t const cctxSpace = isStatic ? ZSTD_cwksp_alloc_size(sizeof(ZSTD_CCtx)) : 0; in ZSTD_estimateCCtxSize_usingCCtxParams_internal() local
1329 cctxSpace + in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c14234 size_t const cctxSpace = ZSTD_cwksp_alloc_size(sizeof(ZSTD_CCtx)); in ZSTD_estimateCCtxSize_usingCCtxParams() local
14237 cctxSpace + in ZSTD_estimateCCtxSize_usingCCtxParams()
14545 { size_t const cctxSpace = zc->staticSize ? ZSTD_cwksp_alloc_size(sizeof(ZSTD_CCtx)) : 0; in ZSTD_resetCCtx_internal() local
14553 cctxSpace + in ZSTD_resetCCtx_internal()