Home | History | Annotate | Download | only in zlib

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.
1338 int windowBits, int memLevel,
1351 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1352 deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\