aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_test.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-15smb2: add support for decompressionAurelien Aptel1-0/+14
2019-04-20Revert "Test: Disable a wmem compilation warning."Peter Wu1-4/+0
2019-04-04Test: Disable a wmem compilation warning.Gerald Combs1-0/+4
2018-09-05wmem_test: fix no previous prototype for ‘check_val_map’ [-Wmissing-proto...Alexis La Goutte1-1/+1
2018-07-17wmem: make wmem_strsplit behave more like g_strsplitPeter Wu1-8/+24
2018-03-19wmem: ensure wmem_memdup(..., NULL, 0) returns NULLPeter Wu1-1/+6
2018-03-19wmem: fix random test failure due to key collisionPeter Wu1-1/+4
2018-02-08wmem: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-07Added wmem_map_contains and wmem_map_lookup_extendedMoshe Kaplan1-0/+23
2017-03-04Add wmem_tree_count.Michael Mann1-0/+4
2017-02-08wmem_list: add wmem_list_insert_sorted.Dario Lombardo1-0/+63
2017-01-28Add wmem_map_new_autoresetMichael Mann1-1/+20
2016-07-30ifdef out a variable used only on Windows.Guy Harris1-1/+3
2016-07-30Add string function times to wmem_test.Gerald Combs1-0/+159
2016-04-22wmem: add wmem_map_size().Dario Lombardo1-0/+8
2016-04-22wmem: add foreach function to wmem_map.Dario Lombardo1-2/+17
2016-04-20wmem: add foreach function to wmem_list.Dario Lombardo1-0/+13
2016-03-26Improves MPTCP analysisMatthieu Coudron1-0/+1
2016-02-22wmem: add null-terminator support.Dario Lombardo1-0/+10
2015-11-25No declarations in the middle of code.Guy Harris1-1/+1
2015-11-24Introduces augmented interval treesMatthieu Coudron1-0/+105
2015-11-11Change prototype of callbacks passed to wmem_tree_foreach so that theyMatthieu Coudron1-1/+1
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-23Add jumbo-allocation support to wmem fast blockEvan Huus1-0/+1
2014-05-17Fix newly optimized strdup_vprintf.Evan Huus1-0/+3
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-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 Zawadzki1-30/+61
2014-05-02Reintroduce wmem_allocator_force_newEvan Huus1-4/+36
2014-04-23Hash map implementation for wmem.Evan Huus1-2/+59
2014-04-12Fix non-standard format specifiersEvan Huus1-1/+1
2014-04-02Scrap wmem splay trees for now.Evan Huus1-186/+0
2014-03-29Splay tree implementation for wmemEvan Huus1-1/+189
2014-03-29Implement finalize() method for wmem strbuf.Evan Huus1-0/+5
2014-03-25Introduce wmem_ascii_strdown()AndersBroman1-0/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+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 Huus1-0/+11
2013-12-20Fix [-Wmissing-prototypes]Anders Broman1-1/+1
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-2/+2
2013-10-15As suggested separately by both Jakub and Anders: only read theEvan Huus1-36/+4
2013-09-01Send all alloc and free calls within wmem through wmem_alloc and wmem_free withEvan Huus1-1/+1
2013-08-14Include config.h first; it defines _FILE_OFFSET_BITS, and if some systemGuy Harris1-1/+3
2013-08-11Add support for allocating more than will fit in a single block, through the useEvan Huus1-1/+16
2013-07-31Add wmem_tree_is_empty(). Also permit lookups on a NULL tree for compatibilityEvan Huus1-0/+2
2013-07-28Don't force the allocator choice in the data-structure tests, we want to be ableEvan Huus1-10/+10