Searched defs:PNG_ALLOCATED (Results 1 - 3 of 3) sorted by relevance

/external/libpng/
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
/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
/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

Completed in 3071 milliseconds