| 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><google/heap-checker.h></code>.
|
| +<code><gperftools/heap-checker.h></code>.
|
| </p>
|
|
|
| <p>Here's an example:</p>
|
|
|