class.txml revision 1.1
1<sect1 id="manual.util.memory.allocator" xreflabel="allocator">
2<?dbhtml filename="allocator.html"?>
3 
4<sect1info>
5  <keywordset>
6    <keyword>
7      ISO C++
8    </keyword>
9    <keyword>
10      allocator
11    </keyword>
12  </keywordset>
13</sect1info>
14
15<title>allocator</title>
16
17<para>
18</para>
19
20<sect2 id="allocator.req" xreflabel="allocator.req">
21<title>Requirements</title>
22
23  <para>
24  </para>
25  <itemizedlist>
26    <listitem>
27      <para>
28      </para>
29    </listitem>
30    <listitem>
31      <para>
32      </para>
33    </listitem>
34  </itemizedlist>
35
36  <para> 
37  </para>
38</sect2>
39
40<sect2 id="allocator.design_issues" xreflabel="allocator.design_issues">
41<title>Design Issues</title>
42
43  <para>
44  </para>
45
46  <para> 
47  </para>
48</sect2>
49
50<sect2 id="allocator.impl" xreflabel="allocator.impl">
51<title>Implementation</title>
52
53  <sect3>
54    <title>Interface Design</title>
55
56    <para>
57    </para>
58    
59    <para> 
60    </para>
61  </sect3>
62
63  <sect3>
64    <title>Selecting Default Allocation Strategy</title>
65
66    <para> 
67    </para>
68
69   <orderedlist>
70     <listitem>
71     </listitem>
72
73     <listitem>
74     </listitem>
75
76     <listitem>
77     </listitem>
78   </orderedlist>
79  </sect3>
80
81  <sect3>
82    <title>Disabling Memory Caching</title>
83
84    <para> 
85    </para>
86
87   <para> 
88   </para>
89  </sect3>
90</sect2>
91
92<sect2 id="allocator.using" xreflabel="allocator.using">
93<title>Using</title>
94
95   <para>
96   </para>
97</sect2>
98
99<sect2 id="allocator.custom" xreflabel="allocator.custom">
100<title>Custom Allocators</title>
101
102  <para> 
103  </para>
104
105   <para> 
106   </para>
107</sect2>
108
109<bibliography id="allocator.biblio" xreflabel="allocator.biblio">
110<title>Bibliography</title>
111
112<!-- 
113  <biblioentry>
114    <abbrev>
115    </abbrev>
116
117    <biblioid class="uri">
118      <ulink url="http://about:blank">
119        <citetitle>
120        The Title
121        </citetitle>
122      </ulink>
123    </biblioid>
124
125    <editor>
126      <firstname></firstname>
127      <surname></surname>
128    </editor>
129
130    <author>
131      <surname></surname>
132      <firstname></firstname>
133    </author>
134
135    <copyright>
136      <year></year>
137      <holder></holder>
138    </copyright>
139    <pagenums></pagenums>
140
141    <publisher>
142      <publishername>
143      </publishername>
144    </publisher>
145
146  </biblioentry> 
147-->
148
149  <biblioentry>
150  </biblioentry>
151
152</bibliography>
153
154</sect1>