summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/workspacegreedy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* heap: Add _Heap_Greedy_allocate_all_except_largestSebastian Huber2013-06-251-0/+16
| | | | | Add rtems_workspace_greedy_allocate_all_except_largest() and rtems_heap_greedy_allocate_all_except_largest().
* score misc: Clean up Doxygen #14 (GCI 2012)Mathew Kallada2012-12-021-0/+7
| | | | | | | This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. http://www.google-melange.com/gci/task/view/google/gci2012/8025204
* score: Change greedy allocation APISebastian Huber2012-07-171-2/+5
|
* Add functions for greedy workspace allocationSebastian Huber2012-02-171-0/+38
Various tests must check program paths that result due to failed memory allocations from the workspace. To avoid tinkering with internal workspace structures throughout the test code these functions should be used.