Searched refs:PNG_ALLOCATED (Results 1 – 3 of 3) sorted by relevance
1555 # ifndef PNG_ALLOCATED1556 # define PNG_ALLOCATED __attribute__((__malloc__)) macro1590 #ifndef PNG_ALLOCATED1591 # define PNG_ALLOCATED /* The result of the function is new memory */ macro
1646 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;
2563 PNG_ALLOCATED macros to detect deprecated direct access to the2580 Marked memory allocation function prototypes with PNG_ALLOCATED.