aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/balloc/setup/enable.cpp
blob: 9eba81e7a718cb667a7472ae616b247c3b800407 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include "enable.h"

#include <util/system/compiler.h>

namespace NAllocSetup {
    // This constant can be overridden on platforms that support weak linkage.
    // See library/cpp/balloc/setup/disable_by_default/disabled.cpp
    extern const bool EnableByDefault Y_WEAK = true;
}