summaryrefslogtreecommitdiff
path: root/epan/wmem/wmem_map.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-09Add wmem_map_get_keys.Michael Mann1-0/+24
2017-02-09Add wmem_map_stealMichael Mann1-0/+29
2017-01-28wmem: Delay creation of map table until its neededMichael Mann1-2/+4
2017-01-28Add wmem_map_new_autoresetMichael Mann1-3/+84
2016-07-16wmem_map.c: Address some VS Code Analysis warnings.Michael Mann1-3/+4
2016-04-22wmem: add wmem_map_size().Dario Lombardo1-0/+6
2016-04-22wmem: add foreach function to wmem_map.Dario Lombardo1-0/+15
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2014-04-29Fix an extraneous parentheses warning.Gerald Combs1-1/+1
2014-04-27Fix rare case of wmem map being O(n)Michael Mann1-0/+2
2014-04-23Add a cast to satisfy mac buildbot.Evan Huus1-1/+1
2014-04-23Hash map implementation for wmem.Evan Huus1-0/+284