Searched defs:png_malloc (Results 1 - 5 of 5) sorted by relevance

/external/libpng/
H A Dpngmem.c15 * functions for png_malloc() and png_free(), and to use
54 ret = png_malloc(png_ptr, size);
165 * png_malloc always exists, but if PNG_USER_MEM_SUPPORTED is defined a separate
169 png_malloc,(png_const_structrp png_ptr, png_alloc_size_t size),PNG_ALLOCATED)
179 png_error(png_ptr, "Out of memory"); /* 'm' means png_malloc */
225 /* Free a pointer allocated by png_malloc(). If ptr is NULL, return
168 PNG_FUNCTION(png_voidp,PNGAPI png_malloc,(png_const_structrp png_ptr, png_alloc_size_t size),PNG_ALLOCATED) argument
/external/chromium_org/third_party/libpng/
H A Dpngmem.c15 * 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_struct
[all...]
H A Dpngusr.h307 #define png_malloc wk_png_malloc macro
/external/qemu/distrib/libpng-1.2.46/
H A Dpngmem.c15 * 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_struct
[all...]
/external/libpng/contrib/libtests/
H A Dtarith.c49 #define png_malloc(pp, s) malloc(s) macro

Completed in 118 milliseconds