From 8367b9c1e9097b487ce56448daec7dfbcc1f09cf Mon Sep 17 00:00:00 2001
From: Benjamin Kosnik
Date: Wed, 24 Mar 2004 21:30:26 +0000
Subject: [PATCH] allocator.html: Add bitmap_allocator links.
2004-03-24 Benjamin Kosnik
* docs/html/20_util/allocator.html: Add bitmap_allocator links.
From-SVN: r79933
---
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/docs/html/20_util/allocator.html | 14 ++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 168f9edd480..77ca7eadcd7 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-24 Benjamin Kosnik
+
+ * docs/html/20_util/allocator.html: Add bitmap_allocator links.
+
2004-03-24 Andreas Schwab
* 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 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 @@
|
|
+
+ __gnu_cxx::bitmap_allocator<T> |
+ <ext/bitmap_allocator.h> |
+ |
+ |
+
More details on each of these allocators follows.
@@ -381,6 +387,14 @@
href="../ext/mt_allocator.html">here.
+
+ bitmap_allocator
+ 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 here.
+
+