wireshark/epan/wmem
Moshe Kaplan b13678fd37 Added wmem_map_contains and wmem_map_lookup_extended
Change-Id: I2943c67238fb913258f0f1f15df968c17b1ea002
Reviewed-on: https://code.wireshark.org/review/25626
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-02-07 05:21:20 +00:00
..
CMakeLists.txt CMake: Allow user build flags to override default build flags 2017-10-13 21:32:18 +00:00
Makefile.am autotools: Library build products don't need explicit cleaning 2017-11-18 22:29:41 +00:00
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 plugins: config.h must not be included by public headers 2017-09-06 08:10:56 +00:00
wmem_interval_tree.c
wmem_interval_tree.h
wmem_list.c wmem_list: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang 2017-02-10 15:33:34 +00:00
wmem_list.h wmem_list: add wmem_list_insert_sorted. 2017-02-08 12:44:26 +00:00
wmem_map.c Added wmem_map_contains and wmem_map_lookup_extended 2018-02-07 05:21:20 +00:00
wmem_map.h Added wmem_map_contains and wmem_map_lookup_extended 2018-02-07 05:21:20 +00:00
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 Added wmem_map_contains and wmem_map_lookup_extended 2018-02-07 05:21:20 +00:00
wmem_tree-int.h
wmem_tree.c wmem: Ensure callbacks are initialized and not accidentally unregistered 2017-03-05 09:05:10 +00:00
wmem_tree.h Add wmem_tree_destroy 2017-03-05 03:39:00 +00:00
wmem_user_cb.c wmem: Ensure callbacks are initialized and not accidentally unregistered 2017-03-05 09:05:10 +00:00
wmem_user_cb.h
wmem_user_cb_int.h