Home
last modified time | relevance | path

Searched refs:ATTRIBUTE_ALLOC_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dxmlwin32version.h.in261 * ATTRIBUTE_ALLOC_SIZE:
266 #ifndef ATTRIBUTE_ALLOC_SIZE
268 # define ATTRIBUTE_ALLOC_SIZE(x) __attribute__((alloc_size(x))) macro
270 # define ATTRIBUTE_ALLOC_SIZE(x) macro
273 # define ATTRIBUTE_ALLOC_SIZE(x) macro
295 #define ATTRIBUTE_ALLOC_SIZE(x) macro
/external/strace/
Ddefs.h107 # define ATTRIBUTE_ALLOC_SIZE(args) __attribute__((__alloc_size__ args)) macro
109 # define ATTRIBUTE_ALLOC_SIZE(args) /* empty */ macro
/external/libxml2/
DNEWS678 594250 rename ATTRIBUTE_ALLOC_SIZE to avoid clashes (Daniel Veillard),