This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: What is the default allocator with 3.4.3?


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]