This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Do the memory debug header fixup earlier to avoid valgrind screaming
authorNicholas Clark <nick@ccl4.org>
Wed, 27 Feb 2008 16:45:20 +0000 (16:45 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 27 Feb 2008 16:45:20 +0000 (16:45 +0000)
commit4fd0a9b8690ace1bad89926e6d018a6f863761c3
tree8c1ac30b00bf4ee9d91af555ca77fca10eb6dd27
parent291f766ec79ed2f8f09e116381515c07bad45726
Do the memory debug header fixup earlier to avoid valgrind screaming
under -Dm. Also, temporarily disable memory logging during thread
memory freeing, as otherwise we try to log using memory we already
freed.

p4raw-id: //depot/perl@33388
perl.c
util.c