OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PNG_ALLOCATED
(Results
1 - 2
of
2
) 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 */
Completed in 193 milliseconds