aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-09Convert SLAB_-s, to sl_-API.Jakub Zawadzki1-9/+12
2011-05-09Initial commit of slab allocator (sl_* API) Jakub Zawadzki1-17/+109
2011-04-22Cleanup emem_verify_pointer()Jakub Zawadzki1-15/+11
2011-04-22Either the buf argument to emem_scrub_memory() is properly aligned or itGuy Harris1-3/+3
2011-04-21Fix ep_check_canary_integrity to use proper variable.Jakub Zawadzki1-2/+2
2011-03-26Introduce ep_strconcat (copied from the glib version)Jeff Morriss1-0/+37
2011-03-26Remove some duplicated string manipulation code.Jeff Morriss1-88/+83
2011-02-25Clean up comments: canaries are also used to pad allocations to an 8-byte bou...Jeff Morriss1-9/+16
2011-02-25Add a comment explaining what the canary between allocations looks like.Jeff Morriss1-0/+10
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs1-1/+0
2010-12-06Fix bug #5463 (and likely others) so that ep_strbuf_new() no longerStephen Fisher1-1/+1
2010-09-02Introduce 2 new environment variables: WIRESHARK_EP_VERIFY_POINTERS andJeff Morriss1-3/+19
2010-04-08In C, foo() isn't a function with no arguments, foo(void) is.Guy Harris1-1/+1
2010-02-07From Alex Lindberg via bug 4463:Stig Bjørlykke1-0/+29
2010-02-04Reversion of SVN 30488 as suggested in https://bugs.wireshark.org/bugzilla/sh...Anders Broman1-2/+10
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-8/+8
2010-01-20From Jakub Zawadzki:Anders Broman1-5/+11
2010-01-20From Jakub Zawadzki:Anders Broman1-8/+4