What is the default allocator with 3.4.3?

Paolo Carlini pcarlini@suse.de
Wed Feb 9 16:20:00 GMT 2005


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.




More information about the Libstdc++ mailing list