Searched refs:png_debug_malloc (Results 1 – 2 of 2) sorted by relevance
/external/libpng/ |
D | pngtest.c | 514 png_voidp PNGCBAPI png_debug_malloc PNGARG((png_structp png_ptr, 519 PNGCBAPI png_debug_malloc(png_structp png_ptr, png_alloc_size_t size) in png_debug_malloc() function 549 NULL, png_debug_malloc, png_debug_free); in png_debug_malloc() 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 1478 Revised pngtest's png_debug_malloc() to use png_malloc() instead of
|