OSDN Git Service

2004-03-24 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Mar 2004 21:30:26 +0000 (21:30 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Mar 2004 21:30:26 +0000 (21:30 +0000)
* docs/html/20_util/allocator.html: Add bitmap_allocator links.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79933 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/20_util/allocator.html

index 168f9ed..77ca7ea 100644 (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
 2004-03-24  Andreas Schwab  <schwab@suse.de>
 
        * testsuite/lib/prune.exp (prune_g++_output): Ignore errata
index 07e8e2d..791649a 100644 (file)
     <td></td>
     <td></td>
   </tr>
     <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>
 </table>
 
    <p>More details on each of these allocators follows. </p>
      href="../ext/mt_allocator.html">here</a>.
      </p>
      </li>
      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>
 
 
    </ul>