Lines Matching refs:png_malloc
245 Added type casting to all png_malloc() function calls
1052 Added type casts on several png_malloc() calls (Dimitri Papadapoulos).
1061 Added checking the results of many instances of png_malloc() for NULL
1106 Use png_malloc instead of png_zalloc to allocate palette in pngset.c
1451 Revised Borland portion of png_malloc() to return NULL or issue
1457 Use png_malloc instead of png_zalloc to allocate the pallete.
1478 Revised pngtest's png_debug_malloc() to use png_malloc() instead of
2230 Combined several instances of png_malloc(); png_memset() into png_calloc().
2244 Use png_calloc() instead of png_malloc() to allocate big_row_buf when
2395 Use png_malloc plus a loop instead of png_calloc() to initialize
2620 Use png_calloc() instead of png_malloc(); png_memset() in pngrutil.c
2669 Revised png_push_save_buffer() to do fewer but larger png_malloc() calls.
3689 crash. The pngmem.c implementation of png_malloc() included a cast
6013 Fixed incorrect typecast of some arguments to png_malloc() and