Detailed Description

This namespace is used for two things:

This is still fluid and changing rapidly. Currently the rule is: if an entitity is found in the user-level documentation, it falls into the second category.

Classes

Typedefs

Enumerations

Functions

Variables


Typedef Documentation

typedef void(* __destroy_handler)(void *)
 

This is a fixed size (power of 2) allocator which - when compiled with thread support - will maintain one freelist per size per thread plus a "global" one. Steps are taken to limit the per thread freelist sizes (by returning excess back to "global").

Further details: http://gcc.gnu.org/onlinedocs/libstdc++/ext/mt_allocator.html Definition at line 56 of file mt_allocator.h.


Function Documentation

void __verbose_terminate_handler  ) 
 

A replacement for the standard terminate_handler which prints more information about the terminating exception (if any) on stderr. Call

        std::set_terminate (__gnu_cxx::__verbose_terminate_handler)
to use. For more info, see http://gcc.gnu.org/onlinedocs/libstdc++/19_diagnostics/howto.html#4

In 3.4 and later, this is on by default.


Generated on Sun Sep 12 15:50:08 2004 for libstdc++ source by doxygen 1.3.8