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

  /external/chromium_org/third_party/libpng/
pngmem.c 15 * functions for png_malloc() and png_free(), and to use
123 ret = (png_malloc(png_ptr, size));
130 png_malloc(png_structp png_ptr, png_uint_32 size) function
286 /* Free a pointer allocated by png_malloc(). In the default
450 ret = (png_malloc(png_ptr, size));
457 png_malloc(png_structp png_ptr, png_uint_32 size) function
523 /* Free a pointer allocated by png_malloc(). If ptr is NULL, return
563 # define png_malloc_warn png_malloc
566 * function will set up png_malloc() to issue a png_warning and return NULL
580 ptr = (png_voidp)png_malloc((png_structp)png_ptr, size)
    [all...]
pngusr.h 303 #define png_malloc wk_png_malloc macro
  /external/libpng/
pngmem.c 15 * functions for png_malloc() and png_free(), and to use
123 ret = (png_malloc(png_ptr, size));
130 png_malloc(png_structp png_ptr, png_uint_32 size) function
286 /* Free a pointer allocated by png_malloc(). In the default
450 ret = (png_malloc(png_ptr, size));
457 png_malloc(png_structp png_ptr, png_uint_32 size) function
523 /* Free a pointer allocated by png_malloc(). If ptr is NULL, return
563 # define png_malloc_warn png_malloc
566 * function will set up png_malloc() to issue a png_warning and return NULL
580 ptr = (png_voidp)png_malloc((png_structp)png_ptr, size)
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngmem.c 12 * functions for png_malloc() and png_free(), and to use
117 png_malloc(png_structp png_ptr, png_uint_32 size) function
273 /* free a pointer allocated by png_malloc(). In the default
429 png_malloc(png_structp png_ptr, png_uint_32 size) function
495 /* Free a pointer allocated by png_malloc(). If ptr is NULL, return
533 # define png_malloc_warn png_malloc
536 * function will set up png_malloc() to issue a png_warning and return NULL
549 ptr = (png_voidp)png_malloc((png_structp)png_ptr, size);

Completed in 157 milliseconds