This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: What is the default allocator with 3.4.3?
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Robert Zeh <rzeh at efs-us dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 09 Feb 2005 00:28:34 +0100
- Subject: Re: What is the default allocator with 3.4.3?
- References: <42090CEF.6060100@efs-us.com>
Robert Zeh wrote:
Have I misconfigured my compiler installation? Is my installation
broken? Or is it just that the documentation is out of date?
In a nutshell, the latter: the documentation should be updated in a few
places, sorry.
Consider that a lot of changes happened in that area and for 4.0 a new
allocator (not the "trivial" new-based allocator, not the old HP/SGI
pool_allocator) will be the default, optimized for MT applications. As
you can see a preliminary version of it is also available for 3.4.x
(called __mt_alloc in the docs).
Thanks for your patience,
Paolo.