Home | History | Annotate | Download | only in libpng

Lines Matching defs:PNG_MAX_MALLOC_64K

167 #define PNG_MAX_MALLOC_64K
169 #if defined(MAXSEG_64K) && !defined(PNG_MAX_MALLOC_64K)
170 # define PNG_MAX_MALLOC_64K
1274 # define PNG_MAX_MALLOC_64K
1665 #if (PNG_ZBUF_SIZE > 65536L) && defined(PNG_MAX_MALLOC_64K)