summaryrefslogtreecommitdiffstats
path: root/base/allocator
diff options
context:
space:
mode:
authorbxx@chromium.org <bxx@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-03 02:52:56 +0000
committerbxx@chromium.org <bxx@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-03 02:52:56 +0000
commitbfbc26b5c884ac5e70292cfc65b3fffe0204801f (patch)
tree8ce878f22e9fdc86dfdab434aada1ea21318c9f8 /base/allocator
parent7fae338f7391ffc2aaed0b809322332f36569818 (diff)
downloadchromium_src-bfbc26b5c884ac5e70292cfc65b3fffe0204801f.zip
chromium_src-bfbc26b5c884ac5e70292cfc65b3fffe0204801f.tar.gz
chromium_src-bfbc26b5c884ac5e70292cfc65b3fffe0204801f.tar.bz2
Revert 99515 - tcmalloc doubly-linked free-lists for thread caches
Added the ability for free lists to be built out of doubly-linked lists in tcalloc. TCMALLOC_USE_DOUBLYLINKED_FREELIST flag must be set in order for doubly-linked lists to be used. BUG=None TEST=None Review URL: http://codereview.chromium.org/7671034 TBR=bxx@chromium.org Review URL: http://codereview.chromium.org/7834009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99520 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/allocator')
-rw-r--r--base/allocator/allocator.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp
index 1428113..97490ea 100644
--- a/base/allocator/allocator.gyp
+++ b/base/allocator/allocator.gyp
@@ -17,7 +17,6 @@
'<(tcmalloc_dir)/src',
'../..',
],
- 'defines': ['TCMALLOC_USE_DOUBLYLINKED_FREELIST',],
'direct_dependent_settings': {
'configurations': {
'Common_Base': {
@@ -95,8 +94,6 @@
'<(tcmalloc_dir)/src/common.cc',
'<(tcmalloc_dir)/src/common.h',
'<(tcmalloc_dir)/src/debugallocation.cc',
- '<(tcmalloc_dir)/src/free_list.cc',
- '<(tcmalloc_dir)/src/free_list.h',
'<(tcmalloc_dir)/src/getpc.h',
'<(tcmalloc_dir)/src/google/heap-checker.h',
'<(tcmalloc_dir)/src/google/heap-profiler.h',