Change 18013 by [EMAIL PROTECTED] on 2002/10/12 15:41:50 Subject: [PATCH] for -Dm From: Slaven Rezic <[EMAIL PROTECTED]> Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST) Message-Id: <[EMAIL PROTECTED]>
Affected files ... .... //depot/perl/malloc.c#96 edit Differences ... ==== //depot/perl/malloc.c#96 (text) ==== Index: perl/malloc.c --- perl/malloc.c#95~16460~ Tue May 7 16:42:42 2002 +++ perl/malloc.c Sat Oct 12 08:41:50 2002 @@ -1132,7 +1132,7 @@ DEBUG_m(PerlIO_printf(Perl_debug_log, "0x%"UVxf": (%05lu) malloc %ld bytes\n", - PTR2UV(p), (unsigned long)(PL_an++), + PTR2UV((Malloc_t)(p + CHUNK_SHIFT)), (unsigned +long)(PL_an++), (long)size)); #ifdef IGNORE_SMALL_BAD_FREE End of Patch.