Home | History | Annotate | Download | only in src

Lines Matching refs:memLevel

531                                      int  memLevel,
558 The memLevel parameter specifies how much memory should be allocated
559 for the internal compression state. memLevel=1 uses minimum memory but is
560 slow and reduces compression ratio; memLevel=9 uses maximum memory for
562 as a function of windowBits and memLevel.
1638 int windowBits, int memLevel,
1651 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1652 deflateInit2_((strm),(level),(method),(windowBits),(memLevel),\