aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.h
Commit message (Expand)AuthorAgeFilesLines
* ep_strbuf: fix some bugs and additional changesBill Meier2009-04-141-14/+22
* Replace a lot of pointer tracking and some GStrings with emem_strbufs. AddGerald Combs2009-03-281-0/+17
* Add initial support for string buffers - ep_allocated, growable stringsGerald Combs2009-03-271-0/+82
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-201-2/+2
* Add a debug helper for EP memory corruptionLuis Ontanon2008-08-051-0/+15
* Fix some warnings - declare some arguments, variables, and structureGuy Harris2008-06-251-1/+1
* rework how emem trees indexed by strings so that traversing the tree Ronnie Sahlberg2007-12-041-2/+4
* for nested trees, teach emem about which nodes contain a pointer to a Ronnie Sahlberg2007-12-041-5/+8
* add tree traversal functionsRonnie Sahlberg2007-12-031-0/+9
* In calls to the emem_tree routines, forcibly align items not known to beGuy Harris2007-04-281-0/+4
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-3/+3
* From Doug Pratley:Stephen Fisher2007-03-261-0/+5
* fix so that tcp.pdu.time works again.Ronnie Sahlberg2006-11-111-1/+1
* add trees with PErmanent allocation scope which will be useful for constructingRonnie Sahlberg2006-08-171-0/+13
* make creation of subtrees used for the _array tree type use the same allocati...Ronnie Sahlberg2006-08-141-31/+76
* rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg2006-08-141-30/+32
* put a memory allocator function pointer inside the tree structure so that all...Ronnie Sahlberg2006-08-121-3/+5
* Ethereal->WiresharkAnders Broman2006-05-281-7/+7
* name changeRonnie Sahlberg2006-05-211-2/+2
* Not all compilers support unnamed struct/union fields withinGuy Harris2006-05-021-1/+1
* rename se_tree_lookup32_less_than_or_equal()Ronnie Sahlberg2006-03-181-1/+1
* add new se_tree_lookup32_less_than_or_equal() callRonnie Sahlberg2006-03-181-0/+8
* give se_trees names so that it is easier to debug and to log how often ce...Ronnie Sahlberg2006-03-111-2/+3
* Rename set_string_hash... into se_tree_xxx_string as proposed by ronnie for c...Luis Ontanon2006-03-071-3/+3
* Add a hash table with string keys based on the red/black tree.Luis Ontanon2006-03-071-0/+15
* add helper to build (red/black) trees from a key that is a vector of guin32 a...Ronnie Sahlberg2006-03-061-0/+67
* initial implementation of binary tree support with se allocation scopeRonnie Sahlberg2006-03-051-0/+39
* Have the emem.c memdup routines accept and return "void *", asGuy Harris2006-02-141-2/+2
* Add "ep_strdup_vprintf()" and "se_strdup_vprintf()", for completeness.Guy Harris2005-10-101-2/+4
* emem.[ch]:Luis Ontanon2005-10-011-0/+30
* Tag ep_strdup_printf() and se_strdup_printf() as printf-like functions,Guy Harris2005-09-151-2/+6
* se_alloc not ep_alloc!Luis Ontanon2005-08-161-1/+1
* more allocators se_alloc0() se_memdups() se_strdup() se_strndup() se_strdup_p...Luis Ontanon2005-08-161-2/+21
* Add beginning of seasonal allocation in addition to the existing ephemeral ...Ronnie Sahlberg2005-08-121-0/+26
* new functions:Luis Ontanon2005-07-261-0/+14
* add some utility functions that use ep_alloc instead of g_malloc.Luis Ontanon2005-07-241-0/+14
* Set svn:keywords and svn:eol-styleJörg Mayer2005-07-221-1/+1
* EMEM : a simple and FAST api to allocate memory that will be automatically fr...Ronnie Sahlberg2005-07-221-0/+49