diff options
author | Jim Cromie <jim.cromie@gmail.com> | 2009-06-21 07:52:28 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-21 17:28:40 +0200 |
commit | b953482e2d970eeb88de96a38c087d03db83a5cd (patch) | |
tree | 7d6e8e8d09146a03478b2e87edb614e0340cca1d /handy.h | |
parent | 2e5b50041f3643ca27385b211da60add40857ec8 (diff) | |
download | perl-b953482e2d970eeb88de96a38c087d03db83a5cd.tar.gz |
drop remaining mentions of PERL_MEM_LOG_FOO envars
perl.c has the last mentions of PERL_MEM_LOG_ENV*. drop them too.
(rgs: plus some in handy.h's comments too)
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -784,7 +784,7 @@ PoisonWith(0xEF) for catching access to freed memory. * through reallocs and frees, but how to do that without * any News() happening...? * - lots of -Ddefines to get useful/controllable output - * - lots of ENV reads when you get control -DPERL_MEM_LOG_ENV* + * - lots of ENV reads */ PERL_EXPORT_C Malloc_t Perl_mem_log_alloc(const UV n, const UV typesize, const char *type_name, Malloc_t newalloc, const char *filename, const int linenumber, const char *funcname); |