summaryrefslogtreecommitdiff
path: root/doc/heap_checker.html
diff options
context:
space:
mode:
authorcsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2012-02-04 00:07:36 +0000
committercsilvers <csilvers@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2012-02-04 00:07:36 +0000
commit4e9432c5090d5b8354b0b57fca8b96b2efef37e3 (patch)
tree4f087d23e91dfa1c5496639dcef12b36d07346f1 /doc/heap_checker.html
parente10b720797359e1855a5e4769424988b4e76c3e7 (diff)
downloadgperftools-4e9432c5090d5b8354b0b57fca8b96b2efef37e3.tar.gz
Fri Feb 03 15:40:45 2012 Google Inc. <google-perftools@googlegroups.com>
* gperftools: version 2.0 * Renamed the project from google-perftools to gperftools (csilvers) * Renamed the .deb/.rpm packagse from google-perftools to gperftools too * Renamed include directory from google/ to gperftools/ (csilvers) * Changed the 'official' perftools email in setup.py/etc * Renamed google-perftools.sln to gperftools.sln * PORTING: Removed bash-isms & grep -q in heap-checker-death_unittest.sh * Changed copyright text to reflect Google's relinquished ownership git-svn-id: http://gperftools.googlecode.com/svn/trunk@142 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
Diffstat (limited to 'doc/heap_checker.html')
-rw-r--r--doc/heap_checker.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/heap_checker.html b/doc/heap_checker.html
index 544ce60..ea2ade6 100644
--- a/doc/heap_checker.html
+++ b/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>