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

/external/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...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngmem.c12 * 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 100 milliseconds