diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-01 04:31:45 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-01 04:31:45 +0000 |
commit | 2318345bb6391d6db9b3113be49e5a14ac9cb5b0 (patch) | |
tree | b771260c80429780895085d806bd2c2f20741cb0 /third_party/tcmalloc | |
parent | 8a3a2623cf9d6ff5af074549261f3910e963331e (diff) | |
download | chromium_src-2318345bb6391d6db9b3113be49e5a14ac9cb5b0.zip chromium_src-2318345bb6391d6db9b3113be49e5a14ac9cb5b0.tar.gz chromium_src-2318345bb6391d6db9b3113be49e5a14ac9cb5b0.tar.bz2 |
Revert to using TCMalloc
I wanted to see how the chromebot would do with JEMalloc.
I just checked it in, and after a chrome-bot run kicks off, I'll land
this effectively reverting rev 27702 back to using TCMalloc.
tbr=mbelshe
Review URL: http://codereview.chromium.org/242092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27703 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc')
-rw-r--r-- | third_party/tcmalloc/allocator_shim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/tcmalloc/allocator_shim.cc b/third_party/tcmalloc/allocator_shim.cc index fc93201..2ef4a7a 100644 --- a/third_party/tcmalloc/allocator_shim.cc +++ b/third_party/tcmalloc/allocator_shim.cc @@ -35,7 +35,7 @@ typedef enum { } Allocator; // This is the default allocator. -static Allocator allocator = JEMALLOC; +static Allocator allocator = TCMALLOC; // We include tcmalloc and the win_allocator to get as much inlining as // possible. |