HomeSort by relevance Sort by last modified time
    Searched full:png_debug_malloc (Results 1 - 2 of 2) sorted by null

  /external/libpng/
pngtest.c 515 png_voidp png_debug_malloc PNGARG((png_structp png_ptr, png_uint_32 size));
519 png_debug_malloc(png_structp png_ptr, png_uint_32 size) function
523 * png_debug_malloc directly, with png_ptr == NULL which is OK
546 png_voidp_NULL, (png_malloc_ptr)png_debug_malloc,
553 "out of memory in pngtest->png_debug_malloc.");
750 (png_malloc_ptr)png_debug_malloc, (png_free_ptr)png_debug_free);
775 (png_malloc_ptr)png_debug_malloc, (png_free_ptr)png_debug_free);
    [all...]
CHANGES     [all...]

Completed in 256 milliseconds