Searched refs:ZSTD_estimateDCtxSize (Results 1 – 3 of 3) sorted by relevance
43 return ZSTD_estimateDCtxSize(); in zstd_dctx_workspace_bound()
1490 ZSTDLIB_STATIC_API size_t ZSTD_estimateDCtxSize(void);
221 size_t ZSTD_estimateDCtxSize(void) { return sizeof(ZSTD_DCtx); } in ZSTD_estimateDCtxSize() function1790 return ZSTD_estimateDCtxSize() + inBuffSize + outBuffSize; in ZSTD_estimateDStreamSize()