This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Indeed. Put this in stl_config.h to switch over to malloc-based allocation: # define __STL_USE_STD_ALLOCATORS # define __USE_MALLOC // As the "underlying allocator" This is the default config for libstdc++-v3. -benjamin
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |