Chromium Code Reviews

Unified Diff: third_party/tcmalloc/chromium/src/google/heap-checker.h

Issue 7050034: Merge google-perftools r109 (the current contents of third_party/tcmalloc/vendor) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/tcmalloc/chromium/src/google/heap-checker.h
===================================================================
--- third_party/tcmalloc/chromium/src/google/heap-checker.h (revision 87277)
+++ third_party/tcmalloc/chromium/src/google/heap-checker.h (working copy)
@@ -136,7 +136,7 @@
bool NoLeaks() { return DoNoLeaks(DO_NOT_SYMBOLIZE); }
// These forms are obsolete; use NoLeaks() instead.
- // TODO(csilvers): mark with ATTRIBUTE_DEPRECATED.
+ // TODO(csilvers): mark as DEPRECATED.
bool QuickNoLeaks() { return NoLeaks(); }
bool BriefNoLeaks() { return NoLeaks(); }
bool SameHeap() { return NoLeaks(); }

Powered by Google App Engine