]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove some not-very useful info that tends to get out of date.
authorNicholas Nethercote <njn@valgrind.org>
Thu, 30 Jul 2009 04:25:02 +0000 (04:25 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 30 Jul 2009 04:25:02 +0000 (04:25 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10663

massif/docs/ms-manual.xml

index b59db46b98e5b8a5a18be0c4f3c87f993cfc29af..cc87231300f57b9dc2f20f5313972a55971aec3e 100644 (file)
@@ -587,26 +587,6 @@ file, which will almost certainly make it unreadable by ms_print.</para>
 --alloc-fn='operator new(unsigned, std::nothrow_t const&amp;)'
 ]]></screen>
       </para>
-
-      <para>
-      The full list of functions and operators that are by default
-      considered allocation functions is as follows.</para>
-<screen><![CDATA[
-malloc
-calloc
-realloc
-memalign
-__builtin_new
-__builtin_vec_new
-operator new(unsigned)
-operator new(unsigned long)
-operator new[](unsigned)
-operator new[](unsigned long)
-operator new(unsigned, std::nothrow_t const&)
-operator new[](unsigned, std::nothrow_t const&)
-operator new(unsigned long, std::nothrow_t const&)
-operator new[](unsigned long, std::nothrow_t const&)
-]]></screen>
       </listitem>
   </varlistentry>