aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2004-03-13 06:54:25 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2004-03-13 06:54:25 +0000
commit8b0d605196ebf4556ef13b3a5a62d69f20ed2e36 (patch)
tree61365023920e49ff4fc09d8899c129b6beac5a51 /libstdc++-v3/docs
parent992ab1225db9e73dc4a793b9d4831967a51250f9 (diff)
downloadgcc-8b0d605196ebf4556ef13b3a5a62d69f20ed2e36.zip
gcc-8b0d605196ebf4556ef13b3a5a62d69f20ed2e36.tar.gz
gcc-8b0d605196ebf4556ef13b3a5a62d69f20ed2e36.tar.bz2
allocator: New.
2004-03-13 Benjamin Kosnik <bkoz@redhat.com> * config/allocator: New. * config/allocator/bitmap_allocator_base.h: New. * config/allocator/malloc_allocator_base.h: New. * config/allocator/mt_allocator_base.h: New. * config/allocator/new_allocator_base.h: New. * include/bits/allocator.h: Include c++allocator.h. * acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): New. * aclocal.m4: Regenerate. * configure.ac: Use GLIBCXX_ENABLE_ALLOCATOR. * configure: Regenerate. * include/Makefile.am (host_headers_extra): Add c++allocator.h. * include/Makefile.in: Regenerate. * docs/html/configopts.html: Add enable-libstdcxx-allocator. From-SVN: r79435
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r--libstdc++-v3/docs/html/configopts.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html
index 17ccaf9..6a2e214 100644
--- a/libstdc++-v3/docs/html/configopts.html
+++ b/libstdc++-v3/docs/html/configopts.html
@@ -124,6 +124,23 @@ options</a></h1>
</p>
</dd>
+ <dt><code>--enable-libstdcxx-allocator </code></dt>
+ <dd><p>This is an abbreviated form of
+ <code>'--enable-libstdcxx-allocator=auto'</code> (described
+ next). This option can change the library ABI.
+ </p>
+ </dd>
+
+ <dt><code>--enable-libstdcxx-allocator=OPTION </code></dt>
+ <dd><p>Select a target-specific underlying std::allocator. The
+ choices are 'new' to specify a wrapper for new, 'malloc' to
+ specify a wrapper for malloc, 'mt' for a fixed power of two allocator
+ (More <a href="http://sources.redhat.com/glibc/">info</a>) or
+ 'bitmap' for a bitmap allocator. This option can change the
+ library ABI.
+ </p>
+ </dd>
+
<dt><code>--enable-cheaders=OPTION </code></dt>
<dd><p>This allows the user to define what kind of C headers are
used. Options are: c, c_std, and c_shadow. These correspond