[Pcre-svn] [703] code/trunk/doc/pcre2test.1: Documentation u…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [703] code/trunk/doc/pcre2test.1: Documentation update.
Revision: 703
          http://www.exim.org/viewvc/pcre2?view=rev&revision=703
Author:   ph10
Date:     2017-03-24 18:35:42 +0000 (Fri, 24 Mar 2017)
Log Message:
-----------
Documentation update.


Modified Paths:
--------------
    code/trunk/doc/pcre2test.1


Modified: code/trunk/doc/pcre2test.1
===================================================================
--- code/trunk/doc/pcre2test.1    2017-03-24 18:20:34 UTC (rev 702)
+++ code/trunk/doc/pcre2test.1    2017-03-24 18:35:42 UTC (rev 703)
@@ -1059,7 +1059,7 @@
       jitstack=<n>               set size of JIT stack
       mark                       show mark values
       match_limit=<n>            set a match limit
-      memory                     show memory usage
+      memory                     show heap memory usage
       null_context               match with a NULL context
       offset=<n>                 set starting offset
       offset_limit=<n>           set offset limit
@@ -1333,8 +1333,11 @@
 .SS "Showing memory usage"
 .rs
 .sp
-The \fBmemory\fP modifier causes \fBpcre2test\fP to log all memory allocation
-and freeing calls that occur during a match operation.
+The \fBmemory\fP modifier causes \fBpcre2test\fP to log all heap memory
+allocation and freeing calls that occur during a call to \fBpcre2_match()\fP.
+These occur only when a match requires a bigger vector than the default for
+remembering backtracking points. In many cases there will be none. No heap
+memory is allocated during matching with \fBpcre2_dfa_match\fP or with JIT.
 .
 .
 .SS "Setting a starting offset"