summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/alignedalloc.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
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.