summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rbheap01/rbheap01.scn
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-04-10 11:19:39 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-04-11 11:24:19 +0200
commite75263083e83cac921475d0a89d8b3b398f9b902 (patch)
treeee606a61f71499421724066779ccb22a7855046e /testsuites/libtests/rbheap01/rbheap01.scn
parentrbtree: New function _RBTree_Iterate_unprotected() (diff)
downloadrtems-e75263083e83cac921475d0a89d8b3b398f9b902.tar.bz2
rbheap: New files
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.
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/rbheap01/rbheap01.scn2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/libtests/rbheap01/rbheap01.scn b/testsuites/libtests/rbheap01/rbheap01.scn
new file mode 100644
index 0000000000..ddbc9b3af7
--- /dev/null
+++ b/testsuites/libtests/rbheap01/rbheap01.scn
@@ -0,0 +1,2 @@
+*** TEST RBHEAP 1 ***
+*** END OF TEST RBHEAP 1 ***