Index: base/allocator/allocated_type_tcmalloc.h |
diff --git a/base/allocator/allocated_type_tcmalloc.h b/base/allocator/allocated_type_tcmalloc.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e298608b78f336de7a436e0aa31eddd589281522 |
--- /dev/null |
+++ b/base/allocator/allocated_type_tcmalloc.h |
@@ -0,0 +1,10 @@ |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef BASE_ALLOCATOR_ALLOCATED_TYPE_TCMALLOC_H_ |
+#define BASE_ALLOCATOR_ALLOCATED_TYPE_TCMALLOC_H_ |
+ |
+void StopAllocatedTypeIntercept(); |
+ |
+#endif // BASE_ALLOCATOR_ALLOCATED_TYPE_TCMALLOC_H_ |