diff options
Diffstat (limited to 'FAQ')
| -rw-r--r-- | FAQ | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -156,6 +156,10 @@ The latest zlib FAQ is at http://zlib.net/zlib_faq.html | |||
| 156 | library memory allocation routines by default. zlib's *Init* functions | 156 | library memory allocation routines by default. zlib's *Init* functions |
| 157 | allow for the application to provide custom memory allocation routines. | 157 | allow for the application to provide custom memory allocation routines. |
| 158 | 158 | ||
| 159 | If the non-default BUILDFIXED or DYNAMIC_CRC_TABLE defines are used on a | ||
| 160 | system without atomics (e.g. pre-C11), then inflate() and crc32() will not | ||
| 161 | be thread safe. | ||
| 162 | |||
| 159 | Of course, you should only operate on any given zlib or gzip stream from a | 163 | Of course, you should only operate on any given zlib or gzip stream from a |
| 160 | single thread at a time. | 164 | single thread at a time. |
| 161 | 165 | ||
