diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2008-10-22 03:37:31 +0200 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2008-10-24 16:35:48 +0000 |
commit | d7a2c63ca1dd960ced99dbacbd31f848d2ffa77f (patch) | |
tree | a8f59c0ca2d4b6923117b257ea5456767b8b28db /pod/perlrun.pod | |
parent | 0b0ab8012d4b74bc5d71b9135bd023ebdcf5e983 (diff) | |
download | perl-d7a2c63ca1dd960ced99dbacbd31f848d2ffa77f.tar.gz |
Add SV allocation tracing to -Dm and PERL_MEM_LOG
Message-ID: <20081022013731.23b5a2e5@r2d2>
p4raw-id: //depot/perl@34568
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 2a53ec72d4..c2b53932eb 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -395,7 +395,7 @@ B<-D14> is equivalent to B<-Dtls>): 16 o Method and overloading resolution 32 c String/numeric conversions 64 P Print profiling info, source file input state - 128 m Memory allocation + 128 m Memory and SV allocation 256 f Format processing 512 r Regular expression parsing and execution 1024 x Syntax tree dump |