K 10 svn:author V 3 pfg K 8 svn:date V 27 2015-04-07T14:47:27.211489Z K 7 svn:log V 332 Make use of allocation attributes in system headers. Start using 'alloc_size' attribute in the allocator functions. This is useful as it helps the compiler generate warnings on suspicious code and can also enable some small optimizations. This is based on r281130, which brought similar enhnacements to the standard libc headers. END