--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>