summaryrefslogtreecommitdiff
path: root/cpukit/score/src/heapgreedy.c (follow)
AgeCommit message (Collapse)Author
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber
Update #3706
2014-04-07score: Fix for empty heapSebastian Huber
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns
2013-07-23score: Create heap implementation headerSebastian Huber
Move implementation specific parts of heap.h and heap.inl into new header file heapimpl.h. The heap.h contains now only the application visible API.
2013-06-25heap: Add _Heap_Greedy_allocate_all_except_largestSebastian Huber
Add rtems_workspace_greedy_allocate_all_except_largest() and rtems_heap_greedy_allocate_all_except_largest().
2013-06-21score: _Heap_Protection_free_all_delayed_blocks()Sebastian Huber
Add and use _Heap_Protection_free_all_delayed_blocks() to prevent test suite failures if RTEMS_DEBUG is defined.
2012-11-28Score misc: Clean up Doxygen #4 (GCI 2012)Alexandre Devienne
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/7985215
2012-07-17score: Change greedy allocation APISebastian Huber
2012-02-10Added support functions for greedy heap allocationSebastian Huber
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.