summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/stackallocatorfree.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/+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.