Searched refs:PNG_ALLOCATED (Results 1 – 5 of 5) sorted by relevance
1551 # ifndef PNG_ALLOCATED1552 # define PNG_ALLOCATED __attribute__((__malloc__)) macro1586 #ifndef PNG_ALLOCATED1587 # define PNG_ALLOCATED /* The result of the function is new memory */ macro
1590 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;
1559 # ifndef PNG_ALLOCATED1560 # define PNG_ALLOCATED __attribute__((__malloc__)) macro1594 #ifndef PNG_ALLOCATED1595 # 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.