Update wmem README for the tree implementation.

svn path=/trunk/; revision=49967
This commit is contained in:
Evan Huus 2013-06-16 22:08:56 +00:00
parent 88c5b2e892
commit 80c51f1df0
1 changed files with 3 additions and 1 deletions

View File

@ -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