Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_malloc

237   added type casting to all png_malloc() function calls
953 Added type casts on several png_malloc() calls (Dimitri Papadapoulos).
960 Added checking the results of many instances of png_malloc() for NULL
999 Use png_malloc instead of png_zalloc to allocate palette in pngset.c
1299 Revised Borland portion of png_malloc() to return NULL or issue
1305 Use png_malloc instead of png_zalloc to allocate the pallete.
1323 Revised pngtest's png_debug_malloc() to use png_malloc() instead of
1902 Changed png_malloc() to png_malloc_warn() in png_set_sPLT().
2313 Zero out some arrays of pointers after png_malloc(). (Tavis Ormandy)
2316 Zero out more arrays of pointers after png_malloc().
2337 Use png_memset() after png_malloc() of big_row_buf when reading an
2373 the corresponding png_malloc() uses (Joe Drew).