]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Samll changes on xtree leak event short names
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 29 Jan 2017 16:11:19 +0000 (16:11 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 29 Jan 2017 16:11:19 +0000 (16:11 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16214

memcheck/docs/mc-manual.xml
memcheck/mc_leakcheck.c

index 1f861a9aa836e36ace6139b473a72708071ca4bc..39538b51e9c49837cec69ac78064baf5221dbd03 100644 (file)
@@ -896,7 +896,7 @@ is <option>--errors-for-leak-kinds=definite,possible</option>
          <listitem><para><option>PB</option> : Possibly lost Bytes</para></listitem>
          <listitem><para><option>IB</option> : Indirectly lost Bytes</para></listitem>
          <listitem><para><option>DB</option> : Definitely lost Bytes (direct plus indirect)</para></listitem>
-         <listitem><para><option>DiB</option> : Definitely indirectly lost Bytes (subset of DB)</para></listitem>
+         <listitem><para><option>DIB</option> : Definitely Indirectly lost Bytes (subset of DB)</para></listitem>
          <listitem><para><option>RBk</option> : reachable Blocks</para></listitem>
          <listitem><para><option>PBk</option> : Possibly lost Blocks</para></listitem>
          <listitem><para><option>IBk</option> : Indirectly lost Blocks</para></listitem>
index c38f8a58d583532572bf4bde6918649f77e87e56..31a02981f8a91bb5849927d5b6f2b6177a5159b2 100644 (file)
@@ -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 Ii
-   "DiB : Definitely indirectly lost Bytes (subset of DB)" ","
+   // no RIB
+   // no PIB
+   // no II
+   "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"                      ","