aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.h
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-28Ethereal->WiresharkAnders Broman1-7/+7
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-02Not all compilers support unnamed struct/union fields withinGuy Harris1-1/+1
2006-03-18rename se_tree_lookup32_less_than_or_equal()Ronnie Sahlberg1-1/+1
2006-03-18add new se_tree_lookup32_less_than_or_equal() callRonnie Sahlberg1-0/+8
2006-03-11give se_trees names so that it is easier to debug and to log how often ce...Ronnie Sahlberg1-2/+3
2006-03-07Rename set_string_hash... into se_tree_xxx_string as proposed by ronnie for c...Luis Ontanon1-3/+3
2006-03-07Add a hash table with string keys based on the red/black tree.Luis Ontanon1-0/+15
2006-03-06add helper to build (red/black) trees from a key that is a vector of guin32 a...Ronnie Sahlberg1-0/+67
2006-03-05initial implementation of binary tree support with se allocation scopeRonnie Sahlberg1-0/+39
2006-02-14Have the emem.c memdup routines accept and return "void *", asGuy Harris1-2/+2
2005-10-10Add "ep_strdup_vprintf()" and "se_strdup_vprintf()", for completeness.Guy Harris1-2/+4
2005-10-01emem.[ch]:Luis Ontanon1-0/+30
2005-09-15Tag ep_strdup_printf() and se_strdup_printf() as printf-like functions,Guy Harris1-2/+6
2005-08-16se_alloc not ep_alloc!Luis Ontanon1-1/+1
2005-08-16more allocators se_alloc0() se_memdups() se_strdup() se_strndup() se_strdup_p...Luis Ontanon1-2/+21
2005-08-12Add beginning of seasonal allocation in addition to the existing ephemeral ...Ronnie Sahlberg1-0/+26
2005-07-26new functions:Luis Ontanon1-0/+14
2005-07-24add some utility functions that use ep_alloc instead of g_malloc.Luis Ontanon1-0/+14
2005-07-22Set svn:keywords and svn:eol-styleJörg Mayer1-1/+1
2005-07-22EMEM : a simple and FAST api to allocate memory that will be automatically fr...Ronnie Sahlberg1-0/+49