summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/alignedalloc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* memalign: Add missing attributes to fix warningSebastian Huber2019-01-101-1/+3
| | | | Update #3666.
* Add aligned_alloc() and memalign()Sebastian Huber2018-12-211-0/+41
Ensure that the C++17 aligned new operator works. Close #3666.