wireshark/wsutil/wmem
João Valverde 7f9c1f5f92 Move wmem to wsutil
This allows wmem to be used from other libraries, namely wsutil.
It is often the case that a funtion exists in wsutil and cannot
be used with a wmem scope, requiring some code duplication or
extra memory allocations, or vice-versa, code in epan cannot be
moved to wsutil because it has a wmem dependency.

To this end wmem is moved to wsutil. Scope management remains part
of epan because those scope semantics are specific to dissection.
2021-07-26 14:56:11 +00:00
..
CMakeLists.txt
wmem-int.h
wmem.h
wmem_allocator.h
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
wmem_core.h
wmem_interval_tree.c
wmem_interval_tree.h
wmem_list.c
wmem_list.h
wmem_map.c
wmem_map.h
wmem_map_int.h
wmem_miscutl.c
wmem_miscutl.h
wmem_queue.h
wmem_stack.c
wmem_stack.h
wmem_strbuf.c Move wmem to wsutil 2021-07-26 14:56:11 +00:00
wmem_strbuf.h
wmem_strutl.c
wmem_strutl.h
wmem_test.c
wmem_tree-int.h
wmem_tree.c
wmem_tree.h
wmem_user_cb.c
wmem_user_cb.h
wmem_user_cb_int.h