From f0586fe5c17ec86b0da2f8574d66fbc3f2928ad4 Mon Sep 17 00:00:00 2001 From: "bxx@chromium.org" Date: Thu, 8 Sep 2011 03:00:52 +0000 Subject: 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 --- base/allocator/allocator.gyp | 3 --- 1 file changed, 3 deletions(-) (limited to 'base') 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', -- cgit v1.1