This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost
authorNicholas Clark <nick@ccl4.org>
Sat, 4 Feb 2006 19:09:17 +0000 (19:09 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 4 Feb 2006 19:09:17 +0000 (19:09 +0000)
commit7cb608b5fc09aa914d5f91646e40ed772b6bac01
treed87bee4dbd1d4300ece1a4a3ecc9d640f43495ed
parentd79395463b4ec08db7bfe67c427a8c654b5904d6
Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost
behaviour of freeing up all memory at thread exit. With this and
tools such as valgrind you will now get warnings as soon as you
read from the deallocated memory, rather than just a warning much
later about freeing to the wrong pool.

p4raw-id: //depot/perl@27084
embedvar.h
intrpvar.h
perl.c
perl.h
perlapi.h
pod/perltodo.pod
sv.c
util.c