aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_tree.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-05Add wmem_tree_destroyMichael Mann1-0/+5
2017-03-04Add wmem_tree_count.Michael Mann1-0/+5
2017-02-09Add wmem_tree_remove32Michael Mann1-0/+8
2015-11-24Introduces augmented interval treesMatthieu Coudron1-2/+8
2015-11-11Change prototype of callbacks passed to wmem_tree_foreach so that theyMatthieu Coudron1-1/+1
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-0/+7
2014-10-19Eliminate use of ctype.h routines.Guy Harris1-1/+4
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-8/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
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