summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/freechain.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-07-01score: Accept NULL pointer in _Freechain_Put()Sebastian Huber1-1/+2
With this a _Freechain_Put( _Freechain_Get() ) works always.
2015-07-01score: Freechain handler API changesSebastian Huber1-26/+28
Replace the extend function with an allocator since this fits better to the current use case.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-07-24score: Add freechainZhongwei Yao1-0/+108