summaryrefslogtreecommitdiff
path: root/epan/wmem
AgeCommit message (Expand)AuthorFilesLines
2015-12-04Adds wmem_list_find functionMatthieu Coudron2-0/+20
2015-11-25wmem: add initializer (CID 1340194).Dario Lombardo1-3/+1
2015-11-25Print guint64's with G_GUINT64_FORMAT.Guy Harris1-1/+1
2015-11-25No declarations in the middle of code.Guy Harris1-1/+1
2015-11-24Avoid colliding definitions of wmem_tree_t.Guy Harris1-4/+1
2015-11-24Introduces augmented interval treesMatthieu Coudron8-61/+591
2015-11-11Change prototype of callbacks passed to wmem_tree_foreach so that theyMatthieu Coudron3-3/+3
2015-08-11wmem: Fix wmem_tree_remove_stringStig Bjørlykke1-3/+1
2015-08-11wmem: Mark removed strings with is_removedStig Bjørlykke1-2/+7
2015-08-11Added Reload Lua plugins.Stig Bjørlykke2-2/+21
2015-07-17wmem: don't remove tiny blocks from the recyclerEvan Huus1-1/+1
2015-07-04store tcp/udp port names in epan scopeEvan Huus1-1/+1
2015-06-26wmem: permit lookups in NULL trees (oops)Evan Huus1-1/+7
2015-06-26wmem: convert string trees to single-layerEvan Huus1-78/+92
2015-06-25wmem: bubble up key type change another functionEvan Huus1-5/+5
2015-06-25wmem: convert tree key to void*Evan Huus1-17/+16
2015-03-13Add a test-programs target everywhere.Gerald Combs2-2/+6
2015-02-08WMEM (allocator): fix warning: redeclaration of already-defined enum '_wmem_a...Alexis La Goutte1-1/+0
2015-01-25Lua can free tvbuffs too earlyHadriel Kaplan1-1/+1
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-10-19Eliminate use of ctype.h routines.Guy Harris2-4/+6
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-8/+8
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-2/+2
2014-09-16Fix the patch-bzip2 target.Gerald Combs3-3/+3
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2014-08-04Try to detect overflow without causing signedness warnings.Evan Huus1-1/+1
2014-08-04Check for multiplicative overflow in the wmem_alloc_array macros.Evan Huus1-2/+5
2014-08-03wmem: get rid of the allocator timing testEvan Huus1-59/+0
2014-07-01Bump (again) the amount of work we do for wmem's timing testEvan Huus1-1/+1
2014-05-28Add Modelines and use tabs and fix typoAlexis La Goutte1-1/+1
2014-05-23Add jumbo-allocation support to wmem fast blockEvan Huus2-5/+57
2014-05-21Remove extra parentheses.Gerald Combs1-1/+1
2014-05-17Fix newly optimized strdup_vprintf.Evan Huus2-5/+11
2014-05-17Fixes after wmem_strdup_vprintf() optimizationJakub Zawadzki1-7/+7
2014-05-17Use a pre allocated buffer in wmem_strdup_vprintf() reduces the functionAndersBroman1-4/+21
2014-05-13Dumber "simple" wmem allocator.Evan Huus1-39/+41
2014-05-06Increase the work used to time wmem allocatorsEvan Huus1-1/+7
2014-05-05Fix dead assignment found by clang in test codeEvan Huus1-1/+1
2014-05-05Reduce wmem fast-block fuzz rounds even furtherEvan Huus1-1/+1
2014-05-05Several tweaks to fast block allocatorEvan Huus1-45/+24
2014-05-05Fast block allocator: make wmem_block_fast_hdr_t single linked list.Jakub Zawadzki1-4/+1
2014-05-04Fuzz fewer iterations of the fast block allocatorEvan Huus1-6/+11
2014-05-02wmem: add new simple block allocator, use it in packet-scope.Jakub Zawadzki7-35/+375
2014-05-02Reintroduce wmem_allocator_force_newEvan Huus1-4/+36
2014-05-02Optimize wmem_strbuf_grow.Evan Huus1-0/+8
2014-04-30Fix indent (Use Tab)Alexis La Goutte1-5/+5
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-25Support out-of-source checkapiStig Bjørlykke1-1/+2
2014-04-23Add a cast to satisfy mac buildbot.Evan Huus1-1/+1