aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2023-02-23 07:44:36 -0500
committerJohn Thacker <johnthacker@gmail.com>2023-03-05 02:23:32 +0000
commit736ed83000aee7005d857de3fd5fc175c6c0e373 (patch)
treedfb1fd62d04c448227012b22698c890204478f62 /doc
parentf92d0ded8f6a719fc9648b23ef94f70b57cfc52e (diff)
docs: Document wmem in Developer's Guide
Add information from the Wiki Development/Tips page and from README.wmem to the Developer's Guide. Also fix a small typo in README.wmem Fix #17126
Diffstat (limited to 'doc')
-rw-r--r--doc/README.wmem2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.wmem b/doc/README.wmem
index 40ad021e6b..8473a23b5e 100644
--- a/doc/README.wmem
+++ b/doc/README.wmem
@@ -321,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