summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/wkspacemallocinitdefault.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Canonicalize Doxygen @file commentsSebastian Huber2020-12-021-2/+2
| | | | | | Use common phrases for the file brief descriptions. Update #3706.
* Decouple the C Program Heap initializationSebastian Huber2020-10-011-0/+44
Before this patch RTEMS_Malloc_Initialize() had a fixed dependency on _Workspace_Area. Introduce _Workspace_Malloc_initializer to have this dependency only if CONFIGURE_UNIFIED_WORK_AREAS is defined by the application configuration.