wireshark/epan/wmem
Evan Huus 1f3549168d Don't link explicitly with libwmem, it's already in libwireshark and the symbol
doubling leads to all sorts of very subtle badness (including test failures due
to funny internal assertions because the two wmems have mismatching state).

Make wmem_init and wmem_cleanup PUBLIC instead of LOCAL so that they don't get
stripped and don't cause a link failure when trying to build oids_test (now that
it's not linking with libwmem explicitly). There is possibly a better way to fix
this, but I'm not sure what it is.

svn path=/trunk/; revision=52694
2013-10-19 19:40:02 +00:00
..
Makefile.am
Makefile.common
Makefile.nmake
wmem.h
wmem_allocator.h
wmem_allocator_block.c Cycle the recycler in realloc() and free() as well, reducing memory usage of the 2013-09-08 15:18:55 +00:00
wmem_allocator_block.h
wmem_allocator_simple.c Send all alloc and free calls within wmem through wmem_alloc and wmem_free with 2013-09-01 13:37:38 +00:00
wmem_allocator_simple.h
wmem_allocator_strict.c Don't do canaries in blocks of guint32, it appears to cause alignment issues 2013-10-15 13:15:38 +00:00
wmem_allocator_strict.h
wmem_array.c
wmem_array.h
wmem_core.c As suggested separately by both Jakub and Anders: only read the 2013-10-15 23:16:35 +00:00
wmem_core.h Don't link explicitly with libwmem, it's already in libwireshark and the symbol 2013-10-19 19:40:02 +00:00
wmem_list.c
wmem_list.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 As suggested separately by both Jakub and Anders: only read the 2013-10-15 23:16:35 +00:00
wmem_tree.c Don't assert that the key to a wmem tree operation is short. If XMPP wants to 2013-09-28 23:45:18 +00:00
wmem_tree.h Subsume README.binarytrees into wmem doxygen. The README was out of date 2013-10-13 13:13:24 +00:00
wmem_user_cb.c Send all alloc and free calls within wmem through wmem_alloc and wmem_free with 2013-09-01 13:37:38 +00:00
wmem_user_cb.h
wmem_user_cb_int.h