Hi, The older version of libstdc++ (version 2) had a macro __STL_DEFAULT_ALLOCATOR which could be used for redefining the default allocator for all STL containers in a program. How can I get the same behaviour in version 3 of libstdc++ when I want to change the default allocator for all containers. Regards, sameer