genericopenlibs/cppstdlib/stl/stlport/stl/config/host.h
changeset 52 bf6a71c50e42
parent 34 5fae379060a7
equal deleted inserted replaced
34:5fae379060a7 52:bf6a71c50e42
   107  * _STLP_LEAKS_PEDANTIC. It should be used with _STLP_USE_NEWALLOC or
   107  * _STLP_LEAKS_PEDANTIC. It should be used with _STLP_USE_NEWALLOC or
   108  * _STLP_USE_MALLOC (see below), the default node_alloc allocator also clean
   108  * _STLP_USE_MALLOC (see below), the default node_alloc allocator also clean
   109  * its internal memory pool but only if STLport is used as a dynamic library
   109  * its internal memory pool but only if STLport is used as a dynamic library
   110  * under Win32 (using MSVC like compilers).
   110  * under Win32 (using MSVC like compilers).
   111  */
   111  */
   112 /*
   112 
   113 #define _STLP_LEAKS_PEDANTIC 1
   113 #define _STLP_LEAKS_PEDANTIC 1
   114 */
   114 
   115 
   115 
   116 /*
   116 /*
   117  * Uncomment _STLP_USE_NEWALLOC to force allocator<T> to use plain "new"
   117  * Uncomment _STLP_USE_NEWALLOC to force allocator<T> to use plain "new"
   118  * instead of STLport optimized node allocator engine.
   118  * instead of STLport optimized node allocator engine.
   119  */
   119  */