summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/memoryzerobeforeuse.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysinit: Add RTEMS_SYSINIT_ZERO_MEMORYSebastian Huber2020-02-061-0/+34
Use a dedicate system initialization step to zero the memory used for the workspace and C program heap. This avoids dead code in case CONFIGURE_ZERO_WORKSPACE_AUTOMATICALLY is not configured.