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

Unified Diff: base/allocator/allocator_shim.cc

Issue 11360002: A Speculative Revert for 164939 - Use tcmalloc's debugallocation for Debug builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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 | « base/allocator/allocator.gyp ('k') | base/allocator/debugallocation_shim.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/allocator/allocator_shim.cc
===================================================================
--- base/allocator/allocator_shim.cc (revision 165095)
+++ base/allocator/allocator_shim.cc (working copy)
@@ -56,7 +56,7 @@
// We include tcmalloc and the win_allocator to get as much inlining as
// possible.
-#include "debugallocation_shim.cc"
+#include "tcmalloc.cc"
#include "win_allocator.cc"
// Forward declarations from jemalloc.
« no previous file with comments | « base/allocator/allocator.gyp ('k') | base/allocator/debugallocation_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698