malloc message address offset
Charles Lane [Thu, 22 Feb 2001 08:01:35 +0000 (03:01 -0500)]
Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>

p4raw-id: //depot/perl@8901

malloc.c

index 0f668cd..4f7289f 100644 (file)
--- a/malloc.c
+++ b/malloc.c
@@ -1096,7 +1096,7 @@ Perl_malloc(register size_t nbytes)
 
        DEBUG_m(PerlIO_printf(Perl_debug_log,
                              "0x%"UVxf": (%05lu) malloc %ld bytes\n",
-                             PTR2UV(p+1), (unsigned long)(PL_an++),
+                             PTR2UV(p), (unsigned long)(PL_an++),
                              (long)size));
 
        /* remove from linked list */