summaryrefslogtreecommitdiff
path: root/doc/pcre2test.txt
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-25 17:50:54 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-03-25 17:50:54 +0000
commit55f5d081c04b7c8e6b5867ccfad3c731a2cc6870 (patch)
tree114ce5ba0f0573ae918563825c4f3ccadf4eb286 /doc/pcre2test.txt
parent1edfc7e37c0eb140d8cea15c70d639c7c0ccd4be (diff)
downloadpcre2-55f5d081c04b7c8e6b5867ccfad3c731a2cc6870.tar.gz
Documentation update.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@709 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2test.txt')
-rw-r--r--doc/pcre2test.txt18
1 files changed, 11 insertions, 7 deletions
diff --git a/doc/pcre2test.txt b/doc/pcre2test.txt
index 6ce7220..4169784 100644
--- a/doc/pcre2test.txt
+++ b/doc/pcre2test.txt
@@ -1234,12 +1234,16 @@ SUBJECT MODIFIERS
Showing memory usage
- The memory modifier causes pcre2test to log all heap memory allocation
- and freeing calls that occur during a call to pcre2_match(). 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 pcre2_dfa_match or with
- JIT.
+ The memory modifier causes pcre2test to log the sizes of all heap mem-
+ ory allocation and freeing calls that occur during a call to
+ pcre2_match(). These occur only when a match requires a bigger vector
+ than the default for remembering backtracking points. In many cases
+ there will be no heap memory used and therefore no additional output.
+ No heap memory is allocated during matching with pcre2_dfa_match or
+ with JIT, so in those cases the memory modifier never has any effect.
+ For this modifier to work, the null_context modifier must not be set on
+ both the pattern and the subject, though it can be set on one or the
+ other.
Setting a starting offset
@@ -1626,5 +1630,5 @@ AUTHOR
REVISION
- Last updated: 24 March 2017
+ Last updated: 25 March 2017
Copyright (c) 1997-2017 University of Cambridge.