aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_map.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03fix missing parentheses in 'if' statementchinarulezzz1-1/+1
2018-02-28Make sure CAPACITY() doesn't shift the 1 out of range.Guy Harris1-1/+1
2018-02-08wmem: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-07Added wmem_map_contains and wmem_map_lookup_extendedMoshe Kaplan1-0/+54
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