develooper Front page | perl.perl5.porters | Postings from April 2016

PERL_MEM_LOG - still working?

Thread Next
From:
wolfsage
Date:
April 1, 2016 14:34
Subject:
PERL_MEM_LOG - still working?
Message ID:
CAJ0K8bgyjN1Q2TDinMUf8L+-9G2stKw8cn2mohToWc2LFFYJWQ@mail.gmail.com
Does PERL_MEM_LOG still work?

I can't seem to get it to. Trying with:

  ./Configure -DPERL_MEM_LOG -des -Dusedevel && make -j 8

  export PERL_MEM_LOG=m

  ./perl -Ilib -e 'my @x = 1..5; for (1..5) { my $y = $x[$_]; print $y; }'

Doesn't seem like PERL_MEM_LOG even shows up in the make output, or config.h...

If I edit config.h manually to include "define PERL_MEM_LOG"
compilation fails...

Seems like a useful thing if I can get it working..

Thanks,

-- Matthew Horsfall (alh)

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About