Searched refs:ZSTD_sizeof_CCtx (Results 1 – 7 of 7) sorted by relevance
257 #define ZSTD_sizeof_CCtx zfs_ZSTD_sizeof_CCtx macro
1011 ZSTDLIB_API size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx);
1056 ZSTDLIB_API size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx);
553 benchResult.cMem = (1ULL << (comprParams->windowLog)) + ZSTD_sizeof_CCtx(cctx); in BMK_benchMemAdvancedNoAlloc()
409 totalCCtxSize += ZSTD_sizeof_CCtx(cctxPool->cctx[u]); in ZSTDMT_sizeof_CCtxPool()
202 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx() function214 return ZSTD_sizeof_CCtx(zcs); /* same object */ in ZSTD_sizeof_CStream()
175 size_t ZSTD_sizeof_CCtx(const ZSTD_CCtx* cctx) in ZSTD_sizeof_CCtx() function187 return ZSTD_sizeof_CCtx(zcs); /* same object */ in ZSTD_sizeof_CStream()