Licepnse -> License
[obnox/wireshark/wip.git] / epan / emem.h
2006-08-17 sahlbergadd trees with PErmanent allocation scope which will...
2006-08-14 sahlbergmake creation of subtrees used for the _array tree...
2006-08-14 sahlbergrename some structures and defines from the se_tree...
2006-08-12 sahlbergput a memory allocator function pointer inside the...
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-05-02 guyNot all compilers support unnamed struct/union fields...
2006-03-18 sahlbergrename se_tree_lookup32_less_than_or_equal()
2006-03-18 sahlbergadd new se_tree_lookup32_less_than_or_equal() call
2006-03-11 sahlberggive se_trees names so that it is easier to debug...
2006-03-07 legoRename set_string_hash... into se_tree_xxx_string as...
2006-03-07 legoAdd a hash table with string keys based on the red...
2006-03-06 sahlbergadd helper to build (red/black) trees from a key that...
2006-03-05 sahlberginitial implementation of binary tree support with...
2006-02-14 guyHave the emem.c memdup routines accept and return ...
2005-10-10 guyAdd "ep_strdup_vprintf()" and "se_strdup_vprintf()...
2005-10-01 legoemem.[ch]:
2005-09-15 guyTag ep_strdup_printf() and se_strdup_printf() as printf...
2005-08-16 legose_alloc not ep_alloc!
2005-08-16 legomore allocators se_alloc0() se_memdups() se_strdup...
2005-08-12 sahlbergAdd beginning of seasonal allocation in addition...
2005-07-26 legonew functions:
2005-07-24 legoadd some utility functions that use ep_alloc instead...
2005-07-22 jmayerSet svn:keywords and svn:eol-style
2005-07-22 sahlbergEMEM : a simple and FAST api to allocate memory that...