Searched refs:ZSTD_estimateDCtxSize (Results 1 – 3 of 3) sorted by relevance
43 return ZSTD_estimateDCtxSize(); in zstd_dctx_workspace_bound()
1424 ZSTDLIB_API size_t ZSTD_estimateDCtxSize(void);
222 size_t ZSTD_estimateDCtxSize(void) { return sizeof(ZSTD_DCtx); } in ZSTD_estimateDCtxSize() function1724 return ZSTD_estimateDCtxSize() + inBuffSize + outBuffSize; in ZSTD_estimateDStreamSize()