summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/freechain.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Accept NULL pointer in _Freechain_Put()Sebastian Huber2015-07-011-1/+2
| | | | With this a _Freechain_Put( _Freechain_Get() ) works always.
* score: Freechain handler API changesSebastian Huber2015-07-011-26/+28
| | | | | Replace the extend function with an allocator since this fits better to the current use case.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* score: Add freechainZhongwei Yao2013-07-241-0/+108