diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2004-03-24 21:30:26 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2004-03-24 21:30:26 +0000 |
commit | 8367b9c1e9097b487ce56448daec7dfbcc1f09cf (patch) | |
tree | 9ae54d6e26db72c4984d9edf70ab4b7a0aec3d16 | |
parent | d62c1a1f98fbc174588e19236b5d5f1a51ee7002 (diff) | |
download | gcc-8367b9c1e9097b487ce56448daec7dfbcc1f09cf.zip gcc-8367b9c1e9097b487ce56448daec7dfbcc1f09cf.tar.gz gcc-8367b9c1e9097b487ce56448daec7dfbcc1f09cf.tar.bz2 |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/20_util/allocator.html | 14 |
2 files changed, 18 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 168f9ed..77ca7ea 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/docs/html/20_util/allocator.html b/libstdc++-v3/docs/html/20_util/allocator.html index 07e8e2d..791649a 100644 --- a/libstdc++-v3/docs/html/20_util/allocator.html +++ b/libstdc++-v3/docs/html/20_util/allocator.html @@ -308,6 +308,12 @@ <td></td> <td></td> </tr> + <tr> + <td>__gnu_cxx::bitmap_allocator<T></td> + <td><ext/bitmap_allocator.h></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> |