From: Nicholas Nethercote Date: Sun, 13 Mar 2005 05:46:57 +0000 (+0000) Subject: Make malloc stats debug messages fit in 80 chars. X-Git-Tag: svn/VALGRIND_3_0_0~987 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fffcd89c4929e5a0b83490bc53f40a701f29d2d5;p=thirdparty%2Fvalgrind.git Make malloc stats debug messages fit in 80 chars. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3331 --- diff --git a/coregrind/vg_malloc2.c b/coregrind/vg_malloc2.c index 06f48bcac4..58e054e776 100644 --- a/coregrind/vg_malloc2.c +++ b/coregrind/vg_malloc2.c @@ -372,7 +372,7 @@ void VG_(print_all_arena_stats) ( void ) for (i = 0; i < VG_N_ARENAS; i++) { Arena* a = arenaId_to_ArenaP(i); VG_(message)(Vg_DebugMsg, - "AR %8s: %8d mmap'd, %8d/%8d max/curr", + "%8s: %8d mmap'd, %8d/%8d max/curr", a->name, a->bytes_mmaped, a->bytes_on_loan_max, a->bytes_on_loan ); } @@ -812,7 +812,7 @@ static void sanity_check_malloc_arena ( ArenaId aid ) if (VG_(clo_verbosity) > 2) VG_(message)(Vg_DebugMsg, - "AR %8s: %2d sbs, %5d bs, %2d/%-2d free bs, " + "%8s: %2d sbs, %5d bs, %2d/%-2d free bs, " "%7d mmap, %7d loan", a->name, superblockctr,