Add debuglog statements

This commit is contained in:
senhuang42
2021-01-07 12:29:11 -05:00
parent d1a6a9d285
commit 7c1a79f232
4 changed files with 132 additions and 113 deletions
+3
View File
@@ -2017,6 +2017,9 @@ ZSTDLIB_API size_t ZSTD_DCtx_getParameter(ZSTD_DCtx* dctx, ZSTD_dParameter param
* using a given ZSTD_DCtx, rather than overwriting the previous DCtx referenced, will
* store all references, and at decompression time, the appropriate dictID is selected
* from the set of DDicts based on the dictID in the frame.
*
* WARNING: Enabling this parameter will trigger memory allocation for the hash table, and disabling
* this parameter will trigger memory freeing for the hashtable.
*/
#define ZSTD_d_refMultipleDDicts ZSTD_d_experimentalParam4