Searched refs:png_debug_free (Results 1 – 2 of 2) sorted by relevance
/external/libpng/ |
D | pngtest.c | 516 void PNGCBAPI png_debug_free PNGARG((png_structp png_ptr, png_voidp ptr)); 549 NULL, png_debug_malloc, png_debug_free); in png_debug_malloc() 574 png_debug_free(png_structp png_ptr, png_voidp ptr) in png_debug_free() function 899 NULL, NULL, NULL, png_debug_malloc, png_debug_free); in test_one_file() 911 NULL, NULL, NULL, png_debug_malloc, png_debug_free); in test_one_file()
|
D | CHANGES | 1111 Revised prototypes for png_debug_malloc and png_debug_free in pngtest.c
|