summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/wkspacemallocinitdefault.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* 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.