Home
last modified time | relevance | path

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

/external/libpng/
Dpngconf.h1555 # ifndef PNG_ALLOCATED
1556 # define PNG_ALLOCATED __attribute__((__malloc__)) macro
1590 #ifndef PNG_ALLOCATED
1591 # 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.