From: Philippe Waroquiers Date: Sun, 29 Jan 2017 16:11:19 +0000 (+0000) Subject: Samll changes on xtree leak event short names X-Git-Tag: svn/VALGRIND_3_13_0~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22fb38cb1c2fbadb418957a626ae6ca3c87f93f5;p=thirdparty%2Fvalgrind.git Samll changes on xtree leak event short names git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16214 --- diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml index 1f861a9aa8..39538b51e9 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -896,7 +896,7 @@ is : Possibly lost Bytes : Indirectly lost Bytes : Definitely lost Bytes (direct plus indirect) - : Definitely indirectly lost Bytes (subset of DB) + : Definitely Indirectly lost Bytes (subset of DB) : reachable Blocks : Possibly lost Blocks : Indirectly lost Blocks diff --git a/memcheck/mc_leakcheck.c b/memcheck/mc_leakcheck.c index c38f8a58d5..31a02981f8 100644 --- a/memcheck/mc_leakcheck.c +++ b/memcheck/mc_leakcheck.c @@ -1438,10 +1438,10 @@ static const HChar* XT_Leak_events = "DB : Definitely lost Bytes (direct plus indirect)" "," ////// XT_Value indirect_szB - // no RiB - // no PiB - // no IiB - "DiB : Definitely indirectly lost Bytes (subset of DB)" "," + // no RIB + // no PIB + // no IIB + "DIB : Definitely Indirectly lost Bytes (subset of DB)" "," ////// XT_Value num_blocks "RBk : reachable Blocks" "," @@ -1456,10 +1456,10 @@ static const HChar* XT_Leak_events = "iDB : increase Definitely lost Bytes" "," ////// XT_Increase indirect_szB - // no iRiB - // no iPiB - // no iIiB - "iDiB : increase Definitely indirectly lost Bytes" "," + // no iRIB + // no iPIB + // no iIIB + "iDIB : increase Definitely Indirectly lost Bytes" "," ////// XT_Increase num_blocks "iRBk : increase reachable Blocks" "," @@ -1475,10 +1475,10 @@ static const HChar* XT_Leak_events = "dDB : decrease Definitely lost Bytes" "," ////// XT_Decrease indirect_szB - // no dRiB - // no dPiB - // no dIiB - "dDiB : decrease Definitely indirectly lost Bytes" "," + // no dRIB + // no dPIB + // no dIIB + "dDIB : decrease Definitely Indirectly lost Bytes" "," ////// XT_Decrease num_blocks "dRBk : decrease reachable Blocks" ","