This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More Perl malloc debugging magic from Ilya. Seems to work in
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 20 Jun 2003 07:31:11 +0000 (07:31 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 20 Jun 2003 07:31:11 +0000 (07:31 +0000)
commit22f7c9c9717fe07b508ba0e9958ef0592cdbbeef
tree242e338c2ed54d78f98bb01642efd8eda56268fa
parentdda12f46c06c4294f4f764c1854204b0608b68e4
More Perl malloc debugging magic from Ilya.  Seems to work in
Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
malloc.c, found in AIX since there is no such header.
In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
memory was overwritten?"
(In IRIX compiles but that doesn't prove much since in IRIX
Perl's malloc is simply not used.)

p4raw-id: //depot/perl@19831
12 files changed:
MANIFEST
dosish.h
epoc/epocish.h
malloc.c
malloc_ctl.h [new file with mode: 0644]
os2/os2ish.h
perl.c
perl.h
plan9/plan9ish.h
sv.c
unixish.h
vms/vmsish.h