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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngconf.h384 # ifndef PNG_ALLOCATED
385 # define PNG_ALLOCATED __attribute__((__malloc__)) macro
415 # ifndef PNG_ALLOCATED
417 # define PNG_ALLOCATED __declspec(restrict) macro
445 #ifndef PNG_ALLOCATED
446 # define PNG_ALLOCATED /* The result of the function is new memory */ macro

Completed in 29 milliseconds