09d6794b5e
2010-02-22 Benjamin Kosnik <bkoz@redhat.com> * doc/xml/class.txml: Adjust biblio markup. * doc/xml/manual/allocator.xml: Same. * doc/xml/manual/ctype.xml: Same. * doc/xml/manual/codecvt.xml: Same. * doc/xml/manual/backwards_compatibility.xml: Same. * doc/xml/manual/abi.xml: Same. * doc/xml/manual/shared_ptr.xml: Same. * doc/xml/manual/profile_mode.xml: Same. * doc/xml/manual/using_exceptions.xml: Same. * doc/xml/manual/locale.xml: Same. * doc/xml/manual/appendix_contributing.xml: Same. * doc/xml/manual/messages.xml: Same. * doc/Makefile.am (DBLATEX_FLAGS): Adjust. * doc/Makefile.in: Regenerate. From-SVN: r156980
154 lines
2.2 KiB
Plaintext
154 lines
2.2 KiB
Plaintext
<sect1 id="manual.util.memory.allocator" xreflabel="allocator">
|
|
<?dbhtml filename="allocator.html"?>
|
|
|
|
<sect1info>
|
|
<keywordset>
|
|
<keyword>
|
|
ISO C++
|
|
</keyword>
|
|
<keyword>
|
|
allocator
|
|
</keyword>
|
|
</keywordset>
|
|
</sect1info>
|
|
|
|
<title>allocator</title>
|
|
|
|
<para>
|
|
</para>
|
|
|
|
<sect2 id="allocator.req" xreflabel="allocator.req">
|
|
<title>Requirements</title>
|
|
|
|
<para>
|
|
</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 id="allocator.design_issues" xreflabel="allocator.design_issues">
|
|
<title>Design Issues</title>
|
|
|
|
<para>
|
|
</para>
|
|
|
|
<para>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 id="allocator.impl" xreflabel="allocator.impl">
|
|
<title>Implementation</title>
|
|
|
|
<sect3>
|
|
<title>Interface Design</title>
|
|
|
|
<para>
|
|
</para>
|
|
|
|
<para>
|
|
</para>
|
|
</sect3>
|
|
|
|
<sect3>
|
|
<title>Selecting Default Allocation Strategy</title>
|
|
|
|
<para>
|
|
</para>
|
|
|
|
<orderedlist>
|
|
<listitem>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
</listitem>
|
|
|
|
<listitem>
|
|
</listitem>
|
|
</orderedlist>
|
|
</sect3>
|
|
|
|
<sect3>
|
|
<title>Disabling Memory Caching</title>
|
|
|
|
<para>
|
|
</para>
|
|
|
|
<para>
|
|
</para>
|
|
</sect3>
|
|
</sect2>
|
|
|
|
<sect2 id="allocator.using" xreflabel="allocator.using">
|
|
<title>Using</title>
|
|
|
|
<para>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 id="allocator.custom" xreflabel="allocator.custom">
|
|
<title>Custom Allocators</title>
|
|
|
|
<para>
|
|
</para>
|
|
|
|
<para>
|
|
</para>
|
|
</sect2>
|
|
|
|
<bibliography id="allocator.biblio" xreflabel="allocator.biblio">
|
|
<title>Bibliography</title>
|
|
|
|
<!--
|
|
<biblioentry>
|
|
<abbrev>
|
|
</abbrev>
|
|
|
|
<biblioid class="uri">
|
|
<ulink url="http://about:blank">
|
|
<citetitle>
|
|
The Title
|
|
</citetitle>
|
|
</ulink>
|
|
</biblioid>
|
|
|
|
<editor>
|
|
<firstname></firstname>
|
|
<surname></surname>
|
|
</editor>
|
|
|
|
<author>
|
|
<surname></surname>
|
|
<firstname></firstname>
|
|
</author>
|
|
|
|
<copyright>
|
|
<year></year>
|
|
<holder></holder>
|
|
</copyright>
|
|
<pagenums></pagenums>
|
|
|
|
<publisher>
|
|
<publishername>
|
|
</publishername>
|
|
</publisher>
|
|
|
|
</biblioentry>
|
|
-->
|
|
|
|
<biblioentry>
|
|
</biblioentry>
|
|
|
|
</bibliography>
|
|
|
|
</sect1> |