summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/alignedalloc.c (follow)
AgeCommit message (Collapse)Author
2019-01-10memalign: Add missing attributes to fix warningSebastian Huber
Update #3666.
2018-12-21Add aligned_alloc() and memalign()Sebastian Huber
Ensure that the C++17 aligned new operator works. Close #3666.