aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-23Hash map implementation for wmem.Evan Huus7-2/+562
2014-04-22Much faster implementation of 'strict' allocator.Evan Huus1-100/+72
2014-04-15Fix warning when build with -WdocumentationAlexis La Goutte1-4/+4
2014-04-14Fix warning when generate documentation (doxygen)Alexis La Goutte1-4/+4
2014-04-14Fix warning when generate documentation (doxygen)Alexis La Goutte1-1/+1
2014-04-12Fix non-standard format specifiersEvan Huus1-1/+1
2014-04-02Scrap wmem splay trees for now.Evan Huus5-718/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-5/+0
2014-03-31Doc tweaks and macro parameterizationEvan Huus2-62/+73
2014-03-31Inlining wmem_strbuf_grow seems to give better performance.AndersBroman1-1/+1
2014-03-29Splay tree implementation for wmemEvan Huus5-1/+710
2014-03-29Implement finalize() method for wmem strbuf.Evan Huus3-0/+30
2014-03-25Introduce wmem_ascii_strdown()AndersBroman3-0/+44
2014-03-04Fix memory-alignment in the block allocator.Evan Huus1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte31-62/+0
2014-03-04Remove assertions from block allocator.Evan Huus1-30/+0
2014-01-05From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9613Evan Huus1-3/+3
2013-12-24Add wmem_destroy_list, wmem_destroy_queue, wmem_destroy_stack so that thoseEvan Huus5-0/+35
2013-12-20Try to please the buildbot.Anders Broman1-1/+1
2013-12-20Fix [-Wmissing-prototypes]Anders Broman5-3/+6
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-2/+2
2013-11-05Expose wmem_list_remove_frame to make it efficient to do pop operations asEvan Huus2-0/+10
2013-10-19Don't link explicitly with libwmem, it's already in libwireshark and the symbolEvan Huus1-2/+2
2013-10-15As suggested separately by both Jakub and Anders: only read theEvan Huus2-55/+39