wireshark/epan/wmem
Evan Huus b679e2aab5 wmem: convert tree key to void*
Rather than forcing everything to live in guint32. We still use guints for now
via the G_POINTER_TO_UINT and vice-versa, but this paves the way in future for
custom comparison functions which will make e.g. string trees far more
efficient for long strings.

Change-Id: Ibb15400f74761ae295948507df8d2e022f2ebb05
Reviewed-on: https://code.wireshark.org/review/9138
Reviewed-by: Evan Huus <eapache@gmail.com>
2015-06-25 18:14:37 +00:00
..
Makefile.am Add a test-programs target everywhere. 2015-03-13 22:41:40 +00:00
Makefile.common Fix the patch-bzip2 target. 2014-09-16 20:16:26 +00:00
Makefile.nmake Add a test-programs target everywhere. 2015-03-13 22:41:40 +00:00
wmem.h
wmem_allocator.h WMEM (allocator): fix warning: redeclaration of already-defined enum '_wmem_allocator_type_t' is a GNU extension [-Wgnu-redeclared-enum] 2015-02-08 22:34:22 +00:00
wmem_allocator_block.c
wmem_allocator_block.h
wmem_allocator_block_fast.c
wmem_allocator_block_fast.h
wmem_allocator_simple.c
wmem_allocator_simple.h
wmem_allocator_strict.c
wmem_allocator_strict.h
wmem_array.c
wmem_array.h
wmem_core.c Adjust some whitespace to match editor modelines. 2014-10-06 02:55:49 +00:00
wmem_core.h Try to detect overflow without causing signedness warnings. 2014-08-04 00:32:15 +00:00
wmem_list.c
wmem_list.h
wmem_map.c Fix warning: no previous prototype for ... [-Wmissing-prototypes] 2014-08-18 13:13:43 +00:00
wmem_map.h
wmem_map_int.h
wmem_miscutl.c
wmem_miscutl.h
wmem_queue.h
wmem_scopes.c
wmem_scopes.h
wmem_stack.c
wmem_stack.h
wmem_strbuf.c
wmem_strbuf.h
wmem_strutl.c
wmem_strutl.h
wmem_test.c
wmem_tree.c wmem: convert tree key to void* 2015-06-25 18:14:37 +00:00
wmem_tree.h Eliminate use of ctype.h routines. 2014-10-19 22:45:27 +00:00
wmem_user_cb.c
wmem_user_cb.h Lua can free tvbuffs too early 2015-01-25 19:11:01 +00:00
wmem_user_cb_int.h