aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.h
AgeCommit message (Expand)AuthorFilesLines
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-95/+0
2013-12-24Remove now-unused ephemeral stack code. And another one bites the dust...Evan Huus1-35/+0
2013-11-21Remove one accidentally remaining reference to emem in XMPP utils.Evan Huus1-93/+0
2013-09-04Remove some emem functions that have now been completely replaced by wmem.Evan Huus1-43/+0
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+0
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-1/+1
2013-03-28Include glib.h in emem.h, it needs the definitionsEvan Huus1-0/+2
2013-03-09Remove the emem slab feature (sl_* functions) completely, replacing it withEvan Huus1-23/+0
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+48
2012-10-10Revert changes to ep_ allocator, revert edt ref-counting.Jakub Zawadzki1-5/+3
2012-10-08Rename emem_header_t to emem_pool_t to better indicate what it can beGuy Harris1-3/+3
2012-10-08EDT structures now own their ep_ memory pools. This should finally cleanEvan Huus1-3/+5
2012-10-06Vastly improve the debug presentation( of trees)+. Jaap Keuter1-0/+7
2012-08-18Convert GString to emem_strbuf_t in packet-gadu-gadu.cMichael Mann1-0/+10
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-2/+14
2011-11-20Get rid of Warnings.Anders Broman1-0/+2
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-2/+0
2011-05-09Initial commit of slab allocator (sl_* API) Jakub Zawadzki1-0/+22
2011-04-22As suggested by Jakub Zawadzki:Jeff Morriss1-1/+2
2011-03-26Introduce ep_strconcat (copied from the glib version)Jeff Morriss1-0/+2
2010-08-29Doxygen changes.Anders Broman1-56/+64
2010-08-26Fix a number of doxygen directives.Anders Broman1-4/+4
2010-04-16Fix a few comment typosJeff Morriss1-11/+11
2010-02-07From Alex Lindberg via bug 4463:Stig Bjørlykke1-1/+15
2010-01-25Changed from using own defined GNUC_FORMAT_CHECK to G_GNUC_PRINTFStig Bjørlykke1-6/+5
2010-01-25From Didier Gautheron via bug 4419:Stig Bjørlykke1-22/+23
2009-10-20Add emem_init() which initializes both the ep_ and se_ allocators; have allJeff Morriss1-8/+6
2009-10-11Annotate with GNUC_FORMAT_CHECK()Kovarththanan Rajaratnam1-3/+5
2009-09-20Add ep_verify_pointer()/se_verify_pointer() which checks whether the given po...Kovarththanan Rajaratnam1-3/+10
2009-09-20Make se_trees static in emem.cKovarththanan Rajaratnam1-24/+18
2009-08-11We now expose the following environment variables:Kovarththanan Rajaratnam1-1/+1
2009-04-14ep_strbuf: fix some bugs and additional changesBill Meier1-14/+22
2009-03-28Replace a lot of pointer tracking and some GStrings with emem_strbufs. AddGerald Combs1-0/+17
2009-03-27Add initial support for string buffers - ep_allocated, growable stringsGerald Combs1-0/+82
2008-12-20Fix some typos and spelling (mostly in text strings)Bill Meier1-2/+2
2008-08-05Add a debug helper for EP memory corruptionLuis Ontanon1-0/+15
2008-06-25Fix some warnings - declare some arguments, variables, and structureGuy Harris1-1/+1
2007-12-04rework how emem trees indexed by strings so that traversing the tree Ronnie Sahlberg1-2/+4
2007-12-04for nested trees, teach emem about which nodes contain a pointer to a Ronnie Sahlberg1-5/+8
2007-12-03add tree traversal functionsRonnie Sahlberg1-0/+9
2007-04-28In calls to the emem_tree routines, forcibly align items not known to beGuy Harris1-0/+4
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-3/+3
2007-03-26From Doug Pratley:Stephen Fisher1-0/+5
2006-11-11fix so that tcp.pdu.time works again.Ronnie Sahlberg1-1/+1
2006-08-17add trees with PErmanent allocation scope which will be useful for constructingRonnie Sahlberg1-0/+13
2006-08-14make creation of subtrees used for the _array tree type use the same allocati...Ronnie Sahlberg1-31/+76
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-30/+32
2006-08-12put a memory allocator function pointer inside the tree structure so that all...Ronnie Sahlberg1-3/+5