wireshark/wsutil/wmem
John Thacker 819d392aff wmem: Add a wmem_map_foreach_remove function
Like wmem_map_remove(), this frees the key/value pair item
in the map but not the key or the value itself (which may
in fact be the same object.) Not generally a problem, as
they'll get freed by the pool. (If someone wants to manage
memory themselves, they should probably be using a GHashTable.)
2022-09-16 07:39:26 -04:00
..
CMakeLists.txt wmem: Add a multimap 2021-11-21 07:16:55 -05:00
wmem-int.h wsutil: Add header files to Doxygen 2021-11-30 07:30:34 +00:00
wmem.h wsutil: Add header files to Doxygen 2021-11-30 07:30:34 +00:00
wmem_allocator.h wsutil: Add header files to Doxygen 2021-11-30 07:30:34 +00:00
wmem_allocator_block.c
wmem_allocator_block.h wsutil: Add header files to Doxygen 2021-11-30 07:30:34 +00:00
wmem_allocator_block_fast.c
wmem_allocator_block_fast.h wsutil: Add header files to Doxygen 2021-11-30 07:30:34 +00:00
wmem_allocator_simple.c
wmem_allocator_simple.h wsutil: Add header files to Doxygen 2021-11-30 07:30:34 +00:00
wmem_allocator_strict.c
wmem_allocator_strict.h wsutil: Add header files to Doxygen 2021-11-30 07:30:34 +00:00
wmem_array.c
wmem_array.h Add files with WS_DLL_PUBLIC to Doxygen 2021-11-29 21:27:45 +00:00
wmem_core.c
wmem_core.h Remove some circular dependencies on wireshark.h 2022-01-05 13:31:52 +00:00
wmem_interval_tree.c Replace g_snprintf() with snprintf() 2021-12-19 20:06:13 +00:00
wmem_interval_tree.h Add files with WS_DLL_PUBLIC to Doxygen 2021-11-29 21:27:45 +00:00
wmem_list.c
wmem_list.h Add files with WS_DLL_PUBLIC to Doxygen 2021-11-29 21:27:45 +00:00
wmem_map.c wmem: Add a wmem_map_foreach_remove function 2022-09-16 07:39:26 -04:00
wmem_map.h wmem: Add a wmem_map_foreach_remove function 2022-09-16 07:39:26 -04:00
wmem_map_int.h wsutil: Add header files to Doxygen 2021-11-30 07:30:34 +00:00
wmem_miscutl.c wmem: Use better names in the API 2021-11-27 19:39:27 +00:00
wmem_miscutl.h Add files with WS_DLL_PUBLIC to Doxygen 2021-11-29 21:27:45 +00:00
wmem_multimap.c wmem: Add a multimap 2021-11-21 07:16:55 -05:00
wmem_multimap.h Add files with WS_DLL_PUBLIC to Doxygen part2 2021-11-30 06:47:35 +00:00
wmem_queue.h wsutil: Add header files to Doxygen 2021-11-30 07:30:34 +00:00
wmem_stack.c
wmem_stack.h Add files with WS_DLL_PUBLIC to Doxygen 2021-11-29 21:27:45 +00:00
wmem_strbuf.c dfilter: Add support for literal strings with null bytes 2022-06-21 15:10:08 +00:00
wmem_strbuf.h dfilter: Add support for literal strings with null bytes 2022-06-21 15:10:08 +00:00
wmem_strutl.c dfilter: Add support for literal strings with null bytes 2022-06-21 15:10:08 +00:00
wmem_strutl.h dfilter: Add support for literal strings with null bytes 2022-06-21 15:10:08 +00:00
wmem_test.c wmem: Add a wmem_map_foreach_remove function 2022-09-16 07:39:26 -04:00
wmem_tree-int.h wsutil: Add header files to Doxygen 2021-11-30 07:30:34 +00:00
wmem_tree.c UDPCP: seq-num analysis, and match data and ACKs 2022-09-15 08:19:51 +00:00
wmem_tree.h UDPCP: seq-num analysis, and match data and ACKs 2022-09-15 08:19:51 +00:00
wmem_user_cb.c
wmem_user_cb.h Add files with WS_DLL_PUBLIC to Doxygen 2021-11-29 21:27:45 +00:00
wmem_user_cb_int.h wsutil: Add header files to Doxygen 2021-11-30 07:30:34 +00:00