Add prototype support for customMem with cctxParams

This commit is contained in:
Stella Lau
2017-08-23 12:03:30 -07:00
parent 6f1a21c7e9
commit 5bc2c1e982
3 changed files with 71 additions and 60 deletions
+4
View File
@@ -302,6 +302,10 @@ struct ZSTD_CCtx_params_s {
U32 nbThreads;
unsigned jobSize;
unsigned overlapSizeLog;
/* For use with createCCtxParams() and freeCCtxParams() only */
ZSTD_customMem customMem;
}; /* typedef'd to ZSTD_CCtx_params within "zstd.h" */
const seqStore_t* ZSTD_getSeqStore(const ZSTD_CCtx* ctx);