K 10 svn:author V 3 pfg K 8 svn:date V 27 2015-04-24T18:07:34.161596Z K 7 svn:log V 422 Add definition to support alloc_align attribute. gcc 4.9 added support for new alignment attribute alloc_align: The alloc_align attribute is used to tell the compiler that the function return value points to memory, where the returned pointer minimum alignment is given by one of the functions parameters. GCC uses this information to improve pointer alignment analysis. This attribute is not (yet) available on clang. END