K 10 svn:author V 2 ed K 8 svn:date V 27 2012-01-09T06:36:28.405753Z K 7 svn:log V 277 Add aligned_alloc(3). The C11 folks reinvented the wheel by introducing an aligned version of malloc(3) called aligned_alloc(3), instead of posix_memalign(3). Instead of returning the allocation by reference, it returns the address, just like malloc(3). Reviewed by: jasone@ END