summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/rtems_heap_greedy.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-06-25heap: Add _Heap_Greedy_allocate_all_except_largestSebastian Huber1-0/+16
Add rtems_workspace_greedy_allocate_all_except_largest() and rtems_heap_greedy_allocate_all_except_largest().
2012-12-10libcsupport: Doxygen enhancement task #5Alex Ivanov1-0/+7
http://www.google-melange.com/gci/task/view/google/gci2012/7992211
2012-07-17score: Change greedy allocation APISebastian Huber1-2/+5
2012-02-10Added support functions for greedy heap allocationSebastian Huber1-0/+37
Various tests must check program paths that result due to failed memory allocations from the heap. To avoid tinkering with internal heap structures throughout the test code these functions should be used.