Searched refs:PNG_ALLOCATED (Results 1 - 11 of 11) sorted by relevance

/external/libpng/
H A Dpngmem.c50 png_calloc,(png_const_structrp png_ptr, png_alloc_size_t size),PNG_ALLOCATED)
69 PNG_ALLOCATED)
120 size_t element_size),PNG_ALLOCATED)
130 int old_elements, int add_elements, size_t element_size),PNG_ALLOCATED)
169 png_malloc,(png_const_structrp png_ptr, png_alloc_size_t size),PNG_ALLOCATED)
187 PNG_ALLOCATED PNG_DEPRECATED)
210 PNG_ALLOCATED)
H A Dpngconf.h372 # if !defined(PNG_ALLOCATED) && __has_attribute(__malloc__)
373 # define PNG_ALLOCATED __attribute__((__malloc__)) macro
398 # ifndef PNG_ALLOCATED
399 # define PNG_ALLOCATED __attribute__((__malloc__)) macro
427 # ifndef PNG_ALLOCATED
429 # define PNG_ALLOCATED __declspec(restrict) macro
460 #ifndef PNG_ALLOCATED
461 # define PNG_ALLOCATED /* The result of the function is new memory */ macro
H A Dpng.h1048 PNG_ALLOCATED);
1054 PNG_ALLOCATED);
1100 PNG_ALLOCATED);
1105 PNG_ALLOCATED);
1128 PNG_ALLOCATED);
1868 png_alloc_size_t size), PNG_ALLOCATED);
1871 png_alloc_size_t size), PNG_ALLOCATED);
1875 png_alloc_size_t size), PNG_ALLOCATED);
1931 png_alloc_size_t size), PNG_ALLOCATED PNG_DEPRECATED);
H A Dpngpriv.h908 png_alloc_size_t size),PNG_ALLOCATED);
916 int nelements, size_t element_size),PNG_ALLOCATED);
924 size_t element_size),PNG_ALLOCATED);
936 png_free_ptr free_fn),PNG_ALLOCATED);
947 PNG_ALLOCATED);
H A Dpng.c73 png_zalloc,(voidpf png_ptr, uInt items, uInt size),PNG_ALLOCATED)
227 png_malloc_ptr malloc_fn, png_free_ptr free_fn),PNG_ALLOCATED)
329 png_create_info_struct,(png_const_structrp png_ptr),PNG_ALLOCATED)
H A Dpngwrite.c478 png_error_ptr error_fn, png_error_ptr warn_fn),PNG_ALLOCATED)
492 png_malloc_ptr malloc_fn, png_free_ptr free_fn),PNG_ALLOCATED)
H A Dpngread.c27 png_error_ptr error_fn, png_error_ptr warn_fn),PNG_ALLOCATED)
43 png_malloc_ptr malloc_fn, png_free_ptr free_fn),PNG_ALLOCATED)
/external/chromium_org/third_party/libpng/
H A Dpngconf.h1551 # ifndef PNG_ALLOCATED
1552 # define PNG_ALLOCATED __attribute__((__malloc__)) macro
1586 #ifndef PNG_ALLOCATED
1587 # define PNG_ALLOCATED /* The result of the function is new memory */ macro
H A Dpng.h1590 png_error_ptr error_fn, png_error_ptr warn_fn)) PNG_ALLOCATED;
1595 png_error_ptr error_fn, png_error_ptr warn_fn)) PNG_ALLOCATED;
1615 png_malloc_ptr malloc_fn, png_free_ptr free_fn)) PNG_ALLOCATED;
1619 png_malloc_ptr malloc_fn, png_free_ptr free_fn)) PNG_ALLOCATED;
1639 PNGARG((png_structp png_ptr)) PNG_ALLOCATED;
2139 png_uint_32 size)) PNG_ALLOCATED;
2146 png_uint_32 size)) PNG_ALLOCATED;
2192 png_uint_32 size)) PNG_ALLOCATED;
/external/qemu/distrib/libpng-1.2.46/
H A Dpngconf.h1559 # ifndef PNG_ALLOCATED
1560 # define PNG_ALLOCATED __attribute__((__malloc__)) macro
1594 #ifndef PNG_ALLOCATED
1595 # define PNG_ALLOCATED /* The result of the function is new memory */ macro
H A Dpng.h1646 png_error_ptr error_fn, png_error_ptr warn_fn)) PNG_ALLOCATED;
1651 png_error_ptr error_fn, png_error_ptr warn_fn)) PNG_ALLOCATED;
1671 png_malloc_ptr malloc_fn, png_free_ptr free_fn)) PNG_ALLOCATED;
1675 png_malloc_ptr malloc_fn, png_free_ptr free_fn)) PNG_ALLOCATED;
1695 PNGARG((png_structp png_ptr)) PNG_ALLOCATED;
2211 png_uint_32 size)) PNG_ALLOCATED;
2218 png_uint_32 size)) PNG_ALLOCATED;
2264 png_uint_32 size)) PNG_ALLOCATED;

Completed in 500 milliseconds