Home | History | Annotate | Download | only in include

Lines Matching refs:memLevel

484                                      int  memLevel,
511 The memLevel parameter specifies how much memory should be allocated
512 for the internal compression state. memLevel=1 uses minimum memory but
513 is slow and reduces compression ratio; memLevel=9 uses maximum memory
515 usage as a function of windowBits and memLevel.
1322 int windowBits, int memLevel,
1335 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1336 deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\