From: Nicholas Nethercote Date: Mon, 10 Aug 2009 01:34:27 +0000 (+0000) Subject: wibble X-Git-Tag: svn/VALGRIND_3_5_0~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aeae3a302ca54058f48f9c0407668d9b523cd5d7;p=thirdparty%2Fvalgrind.git wibble git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10760 --- diff --git a/drd/docs/drd-manual.xml b/drd/docs/drd-manual.xml index d9d5f358c4..1210192ed3 100644 --- a/drd/docs/drd-manual.xml +++ b/drd/docs/drd-manual.xml @@ -1073,6 +1073,14 @@ available macros and client requests are: name in the error messages printed by DRD. + + + The macros VALGRIND_MALLOCLIKE_BLOCK and + VALGRIND_FREELIKE_BLOCK from the Valgrind core are + implemented; they are described in + . + + diff --git a/massif/docs/ms-manual.xml b/massif/docs/ms-manual.xml index 7e7cf450cc..b31435e98b 100644 --- a/massif/docs/ms-manual.xml +++ b/massif/docs/ms-manual.xml @@ -818,8 +818,9 @@ in a particular column, which makes following the allocation chains easier. Massif does not have a massif.h file, but it does implement two of the core client requests: VALGRIND_MALLOCLIKE_BLOCK and -VALGRIND_FREELIKE_BLOCK. These work in the obvious -way. +VALGRIND_FREELIKE_BLOCK; they are described in +. +