Index: third_party/tcmalloc/allocator_shim.cc |
=================================================================== |
--- third_party/tcmalloc/allocator_shim.cc (revision 27703) |
+++ third_party/tcmalloc/allocator_shim.cc (working copy) |
@@ -35,7 +35,7 @@ |
} Allocator; |
// This is the default allocator. |
-static Allocator allocator = TCMALLOC; |
+static Allocator allocator = JEMALLOC; |
// We include tcmalloc and the win_allocator to get as much inlining as |
// possible. |