Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add aligned_alloc(3). | ed | 2012-01-09 | 1 | -0/+126 |
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@ |