summaryrefslogtreecommitdiffstats
path: root/base/allocator
diff options
context:
space:
mode:
authorbxx@chromium.org <bxx@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-08 03:00:52 +0000
committerbxx@chromium.org <bxx@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-08 03:00:52 +0000
commitf0586fe5c17ec86b0da2f8574d66fbc3f2928ad4 (patch)
tree8bf558b0ce099bb11c2fe3ffac9a803e6696e82e /base/allocator
parent213a109c13de3d47b40b75452de93b77712af1bd (diff)
downloadchromium_src-f0586fe5c17ec86b0da2f8574d66fbc3f2928ad4.zip
chromium_src-f0586fe5c17ec86b0da2f8574d66fbc3f2928ad4.tar.gz
chromium_src-f0586fe5c17ec86b0da2f8574d66fbc3f2928ad4.tar.bz2
Revert 100074 - 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 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99515 Review URL: http://codereview.chromium.org/7671034 TBR=bxx@chromium.org Review URL: http://codereview.chromium.org/7845012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100087 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',