K 10 svn:author V 3 pfg K 8 svn:date V 27 2015-05-15T20:43:37.480110Z K 7 svn:log V 282 Make use of GCC alloc_align attribute This lets the compiler know about the alignment of pointers returned by aligned_alloc(3), posix_memalign(3). and contigmalloc(9) Currently this is only supported in recent gcc but we are ready to use it if clang implements it. Relnotes: yes END