HomeSort by relevance Sort by last modified time
    Searched defs:PNG_ALLOCATED (Results 1 - 3 of 3) sorted by null

  /external/libpng/
pngconf.h 350 # if !defined(PNG_ALLOCATED) && __has_attribute(__malloc__)
351 # define PNG_ALLOCATED __attribute__((__malloc__))
376 # ifndef PNG_ALLOCATED
377 # define PNG_ALLOCATED __attribute__((__malloc__))
405 # ifndef PNG_ALLOCATED
407 # define PNG_ALLOCATED __declspec(restrict)
438 #ifndef PNG_ALLOCATED
439 # define PNG_ALLOCATED /* The result of the function is new memory */
  /external/pdfium/third_party/libpng16/
pngconf.h 350 # if !defined(PNG_ALLOCATED) && __has_attribute(__malloc__)
351 # define PNG_ALLOCATED __attribute__((__malloc__))
376 # ifndef PNG_ALLOCATED
377 # define PNG_ALLOCATED __attribute__((__malloc__))
405 # ifndef PNG_ALLOCATED
407 # define PNG_ALLOCATED __declspec(restrict)
438 #ifndef PNG_ALLOCATED
439 # define PNG_ALLOCATED /* The result of the function is new memory */
  /external/syslinux/com32/include/
pngconf.h     [all...]

Completed in 78 milliseconds