Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: third_party/tcmalloc/chromium/src/config.h

Issue 9584046: Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chromium-specific changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased and updated README.chromium. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONFIG_H_ 5 #ifndef CONFIG_H_
6 6
7 #include "build/build_config.h" 7 #include "build/build_config.h"
8 8
9 #define TC_VERSION_MAJOR 1
10 #define TC_VERSION_MINOR 4
11 #define TC_VERSION_PATCH ""
12 #define TC_VERSION_STRING "google-perftools 1.4"
13
14 #if defined(OS_WIN) 9 #if defined(OS_WIN)
15 #include "third_party/tcmalloc/chromium/src/config_win.h" 10 #include "third_party/tcmalloc/chromium/src/config_win.h"
16 #elif defined(OS_LINUX) 11 #elif defined(OS_LINUX)
17 #include "third_party/tcmalloc/chromium/src/config_linux.h" 12 #include "third_party/tcmalloc/chromium/src/config_linux.h"
18 #elif defined(OS_FREEBSD) 13 #elif defined(OS_FREEBSD)
19 #include "third_party/tcmalloc/chromium/src/config_freebsd.h" 14 #include "third_party/tcmalloc/chromium/src/config_freebsd.h"
20 #endif 15 #endif
21 16
22 #endif // CONFIG_H_ 17 #endif // CONFIG_H_
OLDNEW
« no previous file with comments | « third_party/tcmalloc/chromium/src/common.cc ('k') | third_party/tcmalloc/chromium/src/config.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698