Searched refs:ATTRIBUTE_ALLOC_SIZE (Results 1 – 4 of 4) sorted by relevance
261 * ATTRIBUTE_ALLOC_SIZE:266 #ifndef ATTRIBUTE_ALLOC_SIZE268 # define ATTRIBUTE_ALLOC_SIZE(x) __attribute__((alloc_size(x))) macro270 # define ATTRIBUTE_ALLOC_SIZE(x) macro273 # define ATTRIBUTE_ALLOC_SIZE(x) macro295 #define ATTRIBUTE_ALLOC_SIZE(x) macro
68 # define ATTRIBUTE_ALLOC_SIZE(args) __attribute__((__alloc_size__ args)) macro70 # define ATTRIBUTE_ALLOC_SIZE(args) /* empty */ macro
471 void *xmalloc(size_t size) ATTRIBUTE_MALLOC ATTRIBUTE_ALLOC_SIZE((1));473 ATTRIBUTE_MALLOC ATTRIBUTE_ALLOC_SIZE((1, 2));475 ATTRIBUTE_ALLOC_SIZE((2, 3));
678 594250 rename ATTRIBUTE_ALLOC_SIZE to avoid clashes (Daniel Veillard),