Lines Matching refs:png_zalloc
926 Added PNG_NO_ZALLOC_ZERO macro (makes png_zalloc skip zeroing memory)
1098 Use png_malloc instead of png_zalloc to allocate palette in pngset.c
1168 Revised png_zalloc() so zlib handles errors (uses PNG_FLAG_MALLOC_NULL_MEM_OK)
1181 Export (with PNGAPI) png_zalloc, png_zfree, and png_handle_as_unknown
1207 Prevent png_zalloc() from trying to memset memory that it failed to acquire.
1251 Restored png_zalloc() and png_zfree() prototypes to version 1.2.1 and
1257 Exported png_zalloc(), png_zfree(), png_default_read(), png_default_write(),
1278 Once more restored png_zalloc and png_zfree to regular nonexported form.
1284 Removed "PNGAPI" from png_zalloc() and png_zfree() in png.c
1439 Made png_zalloc() issue a png_warning and return NULL on potential
1449 Use png_malloc instead of png_zalloc to allocate the pallete.
1795 Added some typecasts in png_zalloc().
2032 Clarified that png_zalloc() does not clear the allocated memory,
2033 and png_zalloc() and png_zfree() cannot be PNGAPI (Cosmin).
2065 Added a typecast in png_zalloc().
4160 Removed references to png_zalloc() and png_zfree() from the manual.