This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56b5603
)
Add PERL_ARGS_ASSERT_MEM_LOG_COMMON to S_mem_log_common().
author
Marcus Holland-Moritz
<mhx-perl@gmx.net>
Fri, 24 Oct 2008 18:33:26 +0000
(18:33 +0000)
committer
Marcus Holland-Moritz
<mhx-perl@gmx.net>
Fri, 24 Oct 2008 18:33:26 +0000
(18:33 +0000)
p4raw-id: //depot/perl@34570
util.c
patch
|
blob
|
blame
|
history
diff --git
a/util.c
b/util.c
index
1560fb5
..
6d4e3af
100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-5562,6
+5562,9
@@
S_mem_log_common(enum mem_log_type mlt, const UV n, const UV typesize, const cha
# if defined(PERL_MEM_LOG_ENV) || defined(PERL_MEM_LOG_ENV_FD)
const char *s;
# endif
+
+ PERL_ARGS_ASSERT_MEM_LOG_COMMON;
+
# ifdef PERL_MEM_LOG_ENV
s = PerlEnv_getenv(mlt < MLT_NEW_SV ? "PERL_MEM_LOG" : "PERL_SV_LOG");
if (s ? atoi(s) : 0)