summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/rtems_heap_greedy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* 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().
* libcsupport: Doxygen enhancement task #5Alex Ivanov2012-12-101-0/+7
| | | | http://www.google-melange.com/gci/task/view/google/gci2012/7992211
* score: Change greedy allocation APISebastian Huber2012-07-171-2/+5
|
* Added support functions for greedy heap allocationSebastian Huber2012-02-101-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.