summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rbheap01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libtmtests - Eliminate missing prototype warningsJoel Sherrill2012-05-111-0/+3
|
* rbheap: API changes and documentationSebastian Huber2012-04-181-38/+51
|
* rbheap: New filesSebastian Huber2012-04-114-0/+603
In the Red-Black Tree Heap the administration data structures are not contained in the managed memory area. This can be used for example in a task stack allocator which protects the task stacks from access by other tasks.