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

Unified Diff: base/allocator/allocated_type_tcmalloc.h

Issue 10411047: Type profiler by intercepting 'new' and 'delete' expressions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove some comments Created 8 years, 5 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
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..4e3a142270bf233124606799f7e35befb41d15b7
--- /dev/null
+++ b/base/allocator/allocated_type_tcmalloc.h
@@ -0,0 +1,6 @@
+// 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.
+
Alexander Potapenko 2012/08/03 09:57:07 You'll need an #ifdef... guard here.
Dai Mikurube (NOT FULLTIME) 2012/08/07 10:39:18 Done.
+void SuspendAllocatedTypeIntercept();
+void ResumeAllocatedTypeIntercept();

Powered by Google App Engine
This is Rietveld 408576698