aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-16remove more unused codeEvan Huus1-47/+1
2014-06-16Remove last caller of se_strdup_printfEvan Huus1-18/+0
2014-06-16Remove now-unused functions.Evan Huus1-12/+0
2014-05-11Remove some dead emem code.Evan Huus1-84/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-16Remove emem tree code entirely, it is unused.Evan Huus1-393/+0
2013-12-24Remove now-unused ephemeral stack code. And another one bites the dust...Evan Huus1-44/+0
2013-12-14Fix some warningsJakub Zawadzki1-1/+1
2013-11-21Remove one accidentally remaining reference to emem in XMPP utils.Evan Huus1-424/+0
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-21ZeroMemory -> SecureZeroMemoryPascal Quantin1-2/+2
2013-10-20From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=92...Pascal Quantin1-5/+29
2013-09-04Remove some emem functions that have now been completely replaced by wmem.Evan Huus1-35/+0
2013-07-31Add some very basic framework to fetch statistics of memory usage per component.Jakub Zawadzki1-0/+35
2013-07-15Fix warnings: format '%blah' expects argument of type 'foo', but argument 'i'...Chris Maynard1-2/+2
2013-06-19Rework wmem scoping limits so that users can still get a handle to a pool whenEvan Huus1-3/+3
2013-05-11Fix compilation with SHOW_EMEM_STATS defined.Evan Huus1-2/+2
2013-03-20More block allocator fixes and cleanup. Most of the issues seem to have beenEvan Huus1-1/+17
2013-03-15From beroset:Anders Broman1-30/+30
2013-03-10r30032 again, actually make emem_verify_pointer() works with glib chunks.Jakub Zawadzki1-2/+2
2013-03-09Remove the emem slab feature (sl_* functions) completely, replacing it withEvan Huus1-102/+0
2013-01-16As suggested in comments in sl_alloc() and sl_free(): add a new environmentJeff Morriss1-7/+19
2012-12-26Fix a bunch of warnings.Guy Harris1-5/+5
2012-11-05From Bill Parker:Anders Broman1-1/+9
2012-10-10Revert changes to ep_ allocator, revert edt ref-counting.Jakub Zawadzki1-131/+34
2012-10-10Fix r45445Jakub Zawadzki1-1/+0
2012-10-10Fix bug #7814Jakub Zawadzki1-4/+8
2012-10-10Temporarilly disable ep's use of chunks until the bugs are fixed.Evan Huus1-1/+2
2012-10-08Actually destroy chunks in emem_free_all. We lose the efficiency of re-usingEvan Huus1-7/+6
2012-10-08Try to clarify some of the ifdefs in emem.c.Evan Huus1-5/+11
2012-10-08Rename emem_header_t to emem_pool_t to better indicate what it can beGuy Harris1-18/+18
2012-10-08We've already typedef'ed emem_header_t in emem.h. We don't have to do itGerald Combs1-4/+4
2012-10-08Write a short essay in a comment explaining the weirdness that is now theEvan Huus1-5/+68
2012-10-08EDT structures now own their ep_ memory pools. This should finally cleanEvan Huus1-24/+57
2012-10-06Vastly improve the debug presentation( of trees)+. Jaap Keuter1-10/+27
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-11As suggested by Anatoly in https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss1-2/+2
2012-09-10Attempt to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5699 Jeff Morriss1-2/+2
2012-08-18Convert GString to emem_strbuf_t in packet-gadu-gadu.cMichael Mann1-0/+25
2012-08-09Try to fix a compiler warning.Gerald Combs1-3/+3
2012-08-09Iterate over the emem_tree_*32_array key data instead of usingGerald Combs1-140/+67
2012-08-09Make emem_tree_*32_array functions non-destructive. The following dissectors...Michael Mann1-9/+111
2012-07-09From Evan Huus:Anders Broman1-4/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-04The rest of the fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7221Jeff Morriss1-1/+1
2012-05-04Partial fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7221Jeff Morriss1-2/+3
2012-04-10Revert r42001Jakub Zawadzki1-35/+5
2012-04-09If scrubbing memory is set, during alloc we can check if memory is still scru...Jakub Zawadzki1-5/+35
2012-03-19Add a new environment variable (WIRESHARK_ABORT_ON_OUT_OF_MEMORY) thatJeff Morriss1-2/+8
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1