summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/heapimpl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: _Heap_Protection_set_delayed_free_fractionSebastian Huber2014-03-241-0/+23
| | | | | Add and use _Heap_Protection_set_delayed_free_fraction(). This makes it possible to avoid a dependency on _Thread_Dispatch_is_enabled().
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* score: Move _Heap_Area_overhead() definition.Sebastian Huber2013-07-241-30/+0
| | | | This function is used in bootcard.h.
* score: Create heap implementation headerSebastian Huber2013-07-231-0/+608
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.