genericopenlibs/cppstdlib/stl/stlport/stl/config/host.h
changeset 49 e5d77a29bdca
parent 18 47c74d1534e1
equal deleted inserted replaced
48:ab61c4cedc64 49:e5d77a29bdca
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 /*
     1 /*
    18  * This file defines site configuration.
     2  * This file defines site configuration.
    19  */
     3  */
    20 
     4 
    21 /*
     5 /*
   123  * _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
   124  * _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
   125  * 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
   126  * under Win32 (using MSVC like compilers).
   110  * under Win32 (using MSVC like compilers).
   127  */
   111  */
   128 /*
   112 
   129 #define _STLP_LEAKS_PEDANTIC 1
   113 #define _STLP_LEAKS_PEDANTIC 1
   130 */
   114 
   131 
   115 
   132 /*
   116 /*
   133  * 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"
   134  * instead of STLport optimized node allocator engine.
   118  * instead of STLport optimized node allocator engine.
   135  */
   119  */