aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-04emem is dead! Long live wmem!Michael Mann1-800/+0
2015-01-19Eliminate ep_strdup(), as it's no longer used.Guy Harris1-25/+0
2015-01-18Put back ep_alloc0(), accidentally deleted in the removal of the se_ stuff.Guy Harris1-6/+7
2015-01-18Nobody uses se_ allocations, so remove the code for them.Guy Harris1-264/+1
2015-01-18Remove ep_strndupMichael Mann1-21/+0
2015-01-16Kill more unused emem functionsEvan Huus1-44/+1
2015-01-12Remove ep_strbuf codeEvan Huus1-138/+0
2015-01-10Remove/replace ep_strsplit()Evan Huus1-77/+0
2014-10-17Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
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