From 736ed83000aee7005d857de3fd5fc175c6c0e373 Mon Sep 17 00:00:00 2001 From: John Thacker Date: Thu, 23 Feb 2023 07:44:36 -0500 Subject: 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 --- doc/README.wmem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3