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

Unified Diff: third_party/tcmalloc/vendor/README

Issue 7430002: Update the tcmalloc vendor branch to r111 (perftools version 1.8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 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/configure » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/vendor/README
===================================================================
--- third_party/tcmalloc/vendor/README (revision 92996)
+++ third_party/tcmalloc/vendor/README (working copy)
@@ -204,28 +204,6 @@
in your config.h file before building.
-OS X ISSUES
------------
-
-You may need to set the environment variable DYLD_FORCE_FLAT_NAMESPACE
-to use perftools with OS X. Because of how OS X does symbol binding,
-libc routines will use libc malloc even when the binary is linked with
--ltcmalloc. This is not usually a problem, but becomes one if the
-application is responsible for freeing that memory: the application
-will use tcmalloc's free() to try to free memory allocated with libc's
-malloc(), which will cause no end of confusion.
-
-One (or both) of these workaround may fix the problem:
- DYLD_FORCE_FLAT_NAMESPACE=1 myapp
- DYLD_INSERT_LIBRARIES=path/to/libtcmalloc.dylib myapp
-
-The best solution may depend on the version of OS X being used.
-Neither solution is likely to work if you dlopen() libraries from
-within your application. If you have any experience with this, we'd
-appreciate you sharing it at
- http://groups.google.com/group/google-perftools
-
-
64-BIT ISSUES
-------------
« no previous file with comments | « third_party/tcmalloc/vendor/NEWS ('k') | third_party/tcmalloc/vendor/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698