diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 05:58:56 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 05:58:56 +0000 |
commit | 145f14e675f438d2996bda0617b8b4a726e4c3c3 (patch) | |
tree | 4945d161b94203c283adeb6031ae9eafafff1e05 /base/allocator | |
parent | 217f27934b74b8cf2b6324c7f78db5718aca85c0 (diff) | |
download | chromium_src-145f14e675f438d2996bda0617b8b4a726e4c3c3.zip chromium_src-145f14e675f438d2996bda0617b8b4a726e4c3c3.tar.gz chromium_src-145f14e675f438d2996bda0617b8b4a726e4c3c3.tar.bz2 |
Revert 78166 - Test impact of an allocator change to detect double frees
I'll revert as soon as the builds kick off.
TBR=willchan
Review URL: http://codereview.chromium.org/6677037
TBR=jar@chromium.org
Review URL: http://codereview.chromium.org/6693013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78169 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/allocator')
-rw-r--r-- | base/allocator/allocator_shim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/allocator/allocator_shim.cc b/base/allocator/allocator_shim.cc index 0bee3d3..f11164c 100644 --- a/base/allocator/allocator_shim.cc +++ b/base/allocator/allocator_shim.cc @@ -41,7 +41,7 @@ typedef enum { // See SetupSubprocessAllocator() to specify a default secondary (subprocess) // allocator. // TODO(jar): Switch to using TCMALLOC for the renderer as well. -static Allocator allocator = TCMALLOC; +static Allocator allocator = WINHEAP; // The names of the environment variables that can optionally control the // selection of the allocator. The primary may be used to control overall |