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

Unified Diff: third_party/tcmalloc/vendor/doc/heap_checker.html

Issue 9316021: Update the tcmalloc vendor branch to r144 (gperftools 2.0). (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Reuploading Created 8 years, 9 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 | « third_party/tcmalloc/vendor/doc/designstyle.css ('k') | third_party/tcmalloc/vendor/doc/heapprofile.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/vendor/doc/heap_checker.html
diff --git a/third_party/tcmalloc/vendor/doc/heap_checker.html b/third_party/tcmalloc/vendor/doc/heap_checker.html
index 544ce60066ecf0ea2e872964c4ceb565db5e5307..ea2ade63345b58f9fe0d54f3b4e9120456c17d33 100644
--- a/third_party/tcmalloc/vendor/doc/heap_checker.html
+++ b/third_party/tcmalloc/vendor/doc/heap_checker.html
@@ -3,7 +3,7 @@
<HEAD>
<link rel="stylesheet" href="designstyle.css">
- <title>Google Heap Leak Checker</title>
+ <title>Gperftools Heap Leak Checker</title>
</HEAD>
<BODY>
@@ -170,7 +170,7 @@ checked by creating a <code>HeapLeakChecker</code> object at the
beginning of the code segment, and call
<code>NoLeaks()</code> at the end. These functions, and all others
referred to in this file, are declared in
-<code>&lt;google/heap-checker.h&gt;</code>.
+<code>&lt;gperftools/heap-checker.h&gt;</code>.
</p>
<p>Here's an example:</p>
« no previous file with comments | « third_party/tcmalloc/vendor/doc/designstyle.css ('k') | third_party/tcmalloc/vendor/doc/heapprofile.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698