Ed Schouten 9e16bab42a 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@
2012-01-09 06:36:28 +00:00
..
2012-01-09 06:36:28 +00:00
2011-12-13 14:53:26 +00:00
2011-10-19 11:43:51 +00:00
2011-12-18 17:22:45 +00:00
2011-11-18 09:56:40 +00:00
2011-09-28 14:52:25 +00:00
2011-12-30 10:45:00 +00:00