aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.wmem
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.wmem')
-rw-r--r--doc/README.wmem6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/README.wmem b/doc/README.wmem
index 3e1e95aaef..8473a23b5e 100644
--- a/doc/README.wmem
+++ b/doc/README.wmem
@@ -113,6 +113,10 @@ wmem_list.h
wmem_map.h
- A hash map (AKA hash table) implementation.
+wmem_multimap.h
+ - A hash multimap (map that can store multiple values with the same key)
+ implementation.
+
wmem_queue.h
- A queue implementation (first-in, first-out).
@@ -317,7 +321,7 @@ pointer is stored internally with the data structure, and subsequent calls
The primary debugging control for wmem is the WIRESHARK_DEBUG_WMEM_OVERRIDE
environment variable. If set, this value forces all calls to
wmem_allocator_new() to return the same type of allocator, regardless of which
-type is requested normally by the code. It currently has three valid values:
+type is requested normally by the code. It currently has four valid values:
- The value "simple" forces the use of WMEM_ALLOCATOR_SIMPLE. The valgrind
script currently sets this value, since the simple allocator is the only