summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/rtems_heap_sbrk_greedy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libcsupport: Add sbrk greedy support to consume all sbrk memoryChris Johns2021-02-101-0/+63
- Move the heap sbrk code into a separate routnine. - Update heap and workspace greedy allocators to use the common sbrk greedy support. Closes #3982