summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/stackallocatorfree.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Canonicalize Doxygen @file commentsSebastian Huber2020-12-021-2/+11
| | | | | | Use common phrases for the file brief descriptions. Update #3706.
* score: Move _Stack_Allocator_free to separate fileSebastian Huber2020-08-311-0/+35
This decouples the task stack allocation from the deallocation. Update #3959.