|
From: <sv...@va...> - 2009-07-30 04:25:14
|
Author: njn
Date: 2009-07-30 05:25:02 +0100 (Thu, 30 Jul 2009)
New Revision: 10663
Log:
Remove some not-very useful info that tends to get out of date.
Modified:
trunk/massif/docs/ms-manual.xml
Modified: trunk/massif/docs/ms-manual.xml
===================================================================
--- trunk/massif/docs/ms-manual.xml 2009-07-30 04:22:09 UTC (rev 10662)
+++ trunk/massif/docs/ms-manual.xml 2009-07-30 04:25:02 UTC (rev 10663)
@@ -587,26 +587,6 @@
--alloc-fn='operator new(unsigned, std::nothrow_t const&)'
]]></screen>
</para>
-
- <para>
- The full list of functions and operators that are by default
- considered allocation functions is as follows.</para>
-<screen><
-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>
|