]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
wibble
authorNicholas Nethercote <njn@valgrind.org>
Mon, 10 Aug 2009 01:34:27 +0000 (01:34 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 10 Aug 2009 01:34:27 +0000 (01:34 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10760

drd/docs/drd-manual.xml
massif/docs/ms-manual.xml

index d9d5f358c4cda1fb9e2fd10e698305a4ba04e6f5..1210192ed381e7ba3017d16eb0883f7325a3b8fe 100644 (file)
@@ -1073,6 +1073,14 @@ available macros and client requests are:
       name in the error messages printed by DRD.
     </para>
   </listitem>
+  <listitem>
+    <para>
+      The macros <literal>VALGRIND_MALLOCLIKE_BLOCK</literal> and
+      <literal>VALGRIND_FREELIKE_BLOCK</literal> from the Valgrind core are
+      implemented;  they are described in 
+      <xref linkend="manual-core-adv.clientreq"/>.
+    </para>
+  </listitem>
 </itemizedlist>
 </para>
 
index 7e7cf450ccaca31322cf7b14827ec06e8b00a9a7..b31435e98b6942d79a3fbdf1aa63c601b33bf532 100644 (file)
@@ -818,8 +818,9 @@ in a particular column, which makes following the allocation chains easier.
 <para>Massif does not have a <filename>massif.h</filename> file, but it does
 implement two of the core client requests:
 <function>VALGRIND_MALLOCLIKE_BLOCK</function> and
-<function>VALGRIND_FREELIKE_BLOCK</function>.  These work in the obvious
-way.</para>
+<function>VALGRIND_FREELIKE_BLOCK</function>;  they are described in 
+<xref linkend="manual-core-adv.clientreq"/>.
+</para>
 
 </sect1>