aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_map.c
AgeCommit message (Expand)AuthorFilesLines
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