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

  /external/syslinux/com32/lib/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/libpng/contrib/libtests/
tarith.c 49 #define png_malloc(pp, s) malloc(s) macro

Completed in 69 milliseconds