aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.wmem
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-06-16 22:08:56 +0000
committerEvan Huus <eapache@gmail.com>2013-06-16 22:08:56 +0000
commit80c51f1df0c97321aac6c488dccad9e1cc24a7eb (patch)
tree600011fca07d6af8ec1657324bf36ef024e2fbd3 /doc/README.wmem
parent88c5b2e892cc8cdec153e146ffdd37bb315a8166 (diff)
Update wmem README for the tree implementation.
svn path=/trunk/; revision=49967
Diffstat (limited to 'doc/README.wmem')
-rw-r--r--doc/README.wmem4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/README.wmem b/doc/README.wmem
index c2f10964e1..be6662516c 100644
--- a/doc/README.wmem
+++ b/doc/README.wmem
@@ -102,6 +102,9 @@ wmem_slist.h
wmem_stack.h
- A stack implementation (push, pop, etc).
+wmem_tree.h
+ - A red-black tree implementation.
+
2.3 Callbacks
WARNING: You probably don't actually need these; use them only when you're
@@ -329,7 +332,6 @@ intimately familiar with Glib's testing framework, but it does the job.
The following is an incomplete list of things that emem provides but wmem has
not yet implemented:
- - red-black tree
- tvb_memdup
The following is a list of things that emem doesn't provide but that it might