diff options
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,7 +251,7 @@ | |||
251 | Of course this will generally degrade compression (there's no free lunch). | 251 | Of course this will generally degrade compression (there's no free lunch). |
252 | 252 | ||
253 | The memory requirements for inflate are (in bytes) 1 << windowBits | 253 | The memory requirements for inflate are (in bytes) 1 << windowBits |
254 | that is, 32K for windowBits=15 (default value) plus a few kilobytes | 254 | that is, 32K for windowBits=15 (default value) plus about 7 kilobytes |
255 | for small objects. | 255 | for small objects. |
256 | */ | 256 | */ |
257 | 257 | ||