ZSTD_c_chainLog constant
int
const ZSTD_c_chainLog
Size of the multi-probe search table, as a power of 2. Resulting memory usage is (1 << (chainLog+2)). Must be clamped between ZSTD_CHAINLOG_MIN and ZSTD_CHAINLOG_MAX. Larger tables result in better and slower compression. This parameter is useless for "fast" strategy. It's still useful when using "dfast" strategy, in which case it defines a secondary probe table. Special: value 0 means "use default chainLog".
Implementation
static const int ZSTD_c_chainLog = 103;