allocator.html: Add bitmap_allocator links.

2004-03-24  Benjamin Kosnik  <bkoz@redhat.com>

	* docs/html/20_util/allocator.html: Add bitmap_allocator links.

From-SVN: r79933
This commit is contained in:
Benjamin Kosnik 2004-03-24 21:30:26 +00:00 committed by Benjamin Kosnik
parent d62c1a1f98
commit 8367b9c1e9
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-03-24 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/20_util/allocator.html: Add bitmap_allocator links.
2004-03-24 Andreas Schwab <schwab@suse.de>
* testsuite/lib/prune.exp (prune_g++_output): Ignore errata

View File

@ -308,6 +308,12 @@
<td></td>
<td></td>
</tr>
<tr>
<td>__gnu_cxx::bitmap_allocator&lt;T&gt;</td>
<td>&lt;ext/bitmap_allocator.h&gt;</td>
<td></td>
<td></td>
</tr>
</table>
<p>More details on each of these allocators follows. </p>
@ -381,6 +387,14 @@
href="../ext/mt_allocator.html">here</a>.
</p>
</li>
<li><code>bitmap_allocator</code>
<p>A high-performance allocator that uses a bit-map to keep track
of the used and unused memory locations. It has its own
documentation, found <a
href="../ext/ballocator_doc.txt">here</a>.
</p>
</li>
</ul>