Home
last modified time | relevance | path

Searched refs:PNG_ALLOCATED (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/libpng/
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
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/libpng/
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
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;
DCHANGES2563 PNG_ALLOCATED macros to detect deprecated direct access to the
2580 Marked memory allocation function prototypes with PNG_ALLOCATED.