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 307 #define png_malloc wk_png_malloc macro
  /external/qemu/distrib/libpng-1.2.46/
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/libpng/contrib/libtests/
tarith.c 49 #define png_malloc(pp, s) malloc(s) macro

Completed in 48 milliseconds