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
+3 -1
View File
@@ -1111,7 +1111,9 @@ size_t ZSTD_compress_generic_simpleArgs (
* - ZSTD_CCtx_applyCCtxParams() : Apply parameters to an existing CCtx. These
* parameters will be applied to all subsequent compression jobs.
* - ZSTD_compress_generic() : Do compression using the CCtx.
* - ZSTD_freeCCtxParams() : Free the memory. */
* - ZSTD_freeCCtxParams() : Free the memory.
*
* This can be used with ZSTD_estimateCCtxSize_opaque() for static allocation. */
ZSTDLIB_API ZSTD_CCtx_params* ZSTD_createCCtxParams(void);