|
From: <sv...@va...> - 2009-08-10 01:53:48
|
Author: njn
Date: 2009-08-10 02:34:27 +0100 (Mon, 10 Aug 2009)
New Revision: 10760
Log:
wibble
Modified:
trunk/drd/docs/drd-manual.xml
trunk/massif/docs/ms-manual.xml
Modified: trunk/drd/docs/drd-manual.xml
===================================================================
--- trunk/drd/docs/drd-manual.xml 2009-08-10 01:29:14 UTC (rev 10759)
+++ trunk/drd/docs/drd-manual.xml 2009-08-10 01:34:27 UTC (rev 10760)
@@ -1073,6 +1073,14 @@
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>
Modified: trunk/massif/docs/ms-manual.xml
===================================================================
--- trunk/massif/docs/ms-manual.xml 2009-08-10 01:29:14 UTC (rev 10759)
+++ trunk/massif/docs/ms-manual.xml 2009-08-10 01:34:27 UTC (rev 10760)
@@ -818,8 +818,9 @@
<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>
|