git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10760
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>
<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>