1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 #include "build/build_config.h"
10 #include "third_party/tcmalloc/chromium/src/config_win.h"
11 #elif defined(OS_LINUX)
12 #include "third_party/tcmalloc/chromium/src/config_linux.h"
13 #elif defined(OS_FREEBSD)
14 #include "third_party/tcmalloc/chromium/src/config_freebsd.h"