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

  /external/syslinux/com32/lib/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...]
  /external/libpng/
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) function
523 * png_debug_malloc directly, with png_ptr == NULL which is OK
549 NULL, png_debug_malloc, png_debug_free);
556 "out of memory in pngtest->png_debug_malloc");
899 NULL, NULL, NULL, png_debug_malloc, png_debug_free);
911 NULL, NULL, NULL, png_debug_malloc, png_debug_free);
    [all...]
CHANGES     [all...]

Completed in 963 milliseconds