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

Unified Diff: third_party/tcmalloc/vendor/README

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/NEWS ('k') | third_party/tcmalloc/vendor/README_windows.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/vendor/README
diff --git a/third_party/tcmalloc/vendor/README b/third_party/tcmalloc/vendor/README
index 204562a7a7700555cc8a99ce07f7f532dec9f8cb..667bea1afc224da0c29de399b41af136c2eb5d00 100644
--- a/third_party/tcmalloc/vendor/README
+++ b/third_party/tcmalloc/vendor/README
@@ -23,9 +23,9 @@ when compiling. gcc makes some optimizations assuming it is using its
own, built-in malloc; that assumption obviously isn't true with
tcmalloc. In practice, we haven't seen any problems with this, but
the expected risk is highest for users who register their own malloc
-hooks with tcmalloc (using google/malloc_hook.h). The risk is lowest
-for folks who use tcmalloc_minimal (or, of course, who pass in the
-above flags :-) ).
+hooks with tcmalloc (using gperftools/malloc_hook.h). The risk is
+lowest for folks who use tcmalloc_minimal (or, of course, who pass in
+the above flags :-) ).
HEAP PROFILER
@@ -227,7 +227,7 @@ cause a segfault. I'll explain the problem first, and then some
workarounds.
Note that this only affects the cpu-profiler, which is a
-google-perftools feature you must turn on manually by setting the
+gperftools feature you must turn on manually by setting the
CPUPROFILE environment variable. If you do not turn on cpu-profiling,
you shouldn't see any crashes due to perftools.
« no previous file with comments | « third_party/tcmalloc/vendor/NEWS ('k') | third_party/tcmalloc/vendor/README_windows.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698