summaryrefslogtreecommitdiff
path: root/epan/wmem/wmem_tree.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-13Subsume README.binarytrees into wmem doxygen. The README was out of dateEvan Huus1-14/+59
2013-07-31Add wmem_tree_is_empty(). Also permit lookups on a NULL tree for compatibilityEvan Huus1-0/+5
2013-06-24Fix wmem_tree.h ifdef guards, hopefully fixing the check-abi buildbot.Evan Huus1-2/+2
2013-06-20From Michal Labedzki viaEvan Huus1-1/+1
2013-06-18Re-port a bunch of the red-black tree code from wmem with fewer modifications,Evan Huus1-0/+3
2013-06-17Much smarter handling of autoreset trees.Evan Huus1-7/+4
2013-06-16Add warning comment to tree autoreset function about allocatorEvan Huus1-0/+6
2013-06-15Most of a red-black tree implementation for wmem, based heavily on the ememEvan Huus1-0/+177