Commit 8367b9c1 by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent d62c1a1f
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> 2004-03-24 Andreas Schwab <schwab@suse.de>
* testsuite/lib/prune.exp (prune_g++_output): Ignore errata * testsuite/lib/prune.exp (prune_g++_output): Ignore errata
......
...@@ -308,6 +308,12 @@ ...@@ -308,6 +308,12 @@
<td></td> <td></td>
<td></td> <td></td>
</tr> </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> </table>
<p>More details on each of these allocators follows. </p> <p>More details on each of these allocators follows. </p>
...@@ -381,6 +387,14 @@ ...@@ -381,6 +387,14 @@
href="../ext/mt_allocator.html">here</a>. href="../ext/mt_allocator.html">here</a>.
</p> </p>
</li> </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> </ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment