summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/chromium/src/common.h
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-21 10:55:10 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-21 10:55:10 +0000
commit5eac6029cdecb6e15a014f8185f0bac5e118418f (patch)
tree4027035c21cc7b68c448805bc580a8197d499bb8 /third_party/tcmalloc/chromium/src/common.h
parent8741cfecae9a11360850b01e998cfbf9cc443f92 (diff)
downloadchromium_src-5eac6029cdecb6e15a014f8185f0bac5e118418f.zip
chromium_src-5eac6029cdecb6e15a014f8185f0bac5e118418f.tar.gz
chromium_src-5eac6029cdecb6e15a014f8185f0bac5e118418f.tar.bz2
Revert 47789 - The newer version of tcmalloc should fix the problems with running tcmalloc under Valgrind.
Review URL: http://codereview.chromium.org/1735024 TBR=willchan,antonm Review URL: http://codereview.chromium.org/2138002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47909 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc/chromium/src/common.h')
-rw-r--r--third_party/tcmalloc/chromium/src/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/tcmalloc/chromium/src/common.h b/third_party/tcmalloc/chromium/src/common.h
index f9557c9..53a0a0b 100644
--- a/third_party/tcmalloc/chromium/src/common.h
+++ b/third_party/tcmalloc/chromium/src/common.h
@@ -62,7 +62,6 @@ static const size_t kPageSize = 1 << kPageShift;
static const size_t kMaxSize = 8u * kPageSize;
static const size_t kAlignment = 8;
static const size_t kNumClasses = 61;
-static const size_t kLargeSizeClass = 0;
// Maximum length we allow a per-thread free-list to have before we
// move objects from it into the corresponding central free-list. We