diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 05:52:04 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 05:52:04 +0000 |
commit | bbe564b91dad6e961fb4ed3aff93dbd2eddb017f (patch) | |
tree | e967dde285c629f01a327f66862bfa1ebc4652e5 /base | |
parent | 2658f464136b8c740e03091ab0735790f210a76f (diff) | |
download | chromium_src-bbe564b91dad6e961fb4ed3aff93dbd2eddb017f.zip chromium_src-bbe564b91dad6e961fb4ed3aff93dbd2eddb017f.tar.gz chromium_src-bbe564b91dad6e961fb4ed3aff93dbd2eddb017f.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78166 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-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 f11164c..0bee3d3 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 = WINHEAP; +static Allocator allocator = TCMALLOC; // The names of the environment variables that can optionally control the // selection of the allocator. The primary may be used to control overall |