summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/freechain.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Add debug support to chainsSebastian Huber2016-07-221-0/+1
| | | | | | | This helps to detect * double insert, append, prepend errors, and * get from empty chain errors.
* score: Accept NULL pointer in _Freechain_Put()Sebastian Huber2015-07-011-1/+3
| | | | With this a _Freechain_Put( _Freechain_Get() ) works always.
* score: Freechain handler API changesSebastian Huber2015-07-011-11/+42
| | | | | 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/+47