diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-24 21:30:26 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-24 21:30:26 +0000 |
commit | 1d297472634a3ca5d2f25e9e0bd78c89bc4b9923 (patch) | |
tree | 9ae54d6e26db72c4984d9edf70ab4b7a0aec3d16 /libstdc++-v3/docs/html | |
parent | 9994489fdbc5b906593c274d27b7e6c69d09b776 (diff) | |
download | gcc-1d297472634a3ca5d2f25e9e0bd78c89bc4b9923.tar.gz |
2004-03-24 Benjamin Kosnik <bkoz@redhat.com>
* 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
Diffstat (limited to 'libstdc++-v3/docs/html')
-rw-r--r-- | libstdc++-v3/docs/html/20_util/allocator.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/html/20_util/allocator.html b/libstdc++-v3/docs/html/20_util/allocator.html index 07e8e2dd909..791649a0026 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> |