Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: third_party/tcmalloc/tcmalloc.gyp

Issue 257009: Rollback Scavenge implemetation and rely on existing functionality to free... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/tcmalloc/tcmalloc.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/tcmalloc.gyp
===================================================================
--- third_party/tcmalloc/tcmalloc.gyp (revision 27611)
+++ third_party/tcmalloc/tcmalloc.gyp (working copy)
@@ -76,6 +76,8 @@
'tcmalloc/src/linked_list.h',
'tcmalloc/src/malloc_hook.cc',
'tcmalloc/src/malloc_hook-inl.h',
+ 'tcmalloc/src/malloc_extension.cc',
+ 'tcmalloc/src/google/malloc_extension.h',
'tcmalloc/src/page_heap.cc',
'tcmalloc/src/page_heap.h',
'tcmalloc/src/port.h',
@@ -123,8 +125,6 @@
# tcmalloc forked files
'allocator_shim.cc',
'generic_allocators.cc',
- 'malloc_extension.cc',
- 'google/malloc_extension.h',
'page_heap.cc',
'page_heap.h',
'port.cc',
@@ -146,8 +146,6 @@
'generic_allocators.cc',
'tcmalloc.cc',
'win_allocator.cc',
- 'tcmalloc/src/malloc_extension.cc',
- 'tcmalloc/src/google/malloc_extension.h',
],
'msvs_settings': {
# TODO(sgk): merge this with build/common.gypi settings
« no previous file with comments | « third_party/tcmalloc/tcmalloc.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698