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

Unified Diff: third_party/tcmalloc/README.chromium

Issue 286953011: tcmalloc: Let DEFINE_string define char arrays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: * Created 6 years, 7 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 | « no previous file | third_party/tcmalloc/chromium/src/base/commandlineflags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/README.chromium
diff --git a/third_party/tcmalloc/README.chromium b/third_party/tcmalloc/README.chromium
index f0729ea540c459ba6324b935a4bfaf1e63fda930..29c4fc0d1633911ac324e3a0b32c9a7dc5ad349a 100644
--- a/third_party/tcmalloc/README.chromium
+++ b/third_party/tcmalloc/README.chromium
@@ -95,3 +95,5 @@ Modifications:
- Fix sprintf formatting warning in MaybeDumpProfileLocked
- Added tc_malloc_skip_new_handler.
- Fix logging issues in android
+- Changed DEFINE_foo macros to ignore envname unless ENABLE_PROFILING is defined
+- Changed DEFINE_string to define const char*s instead of strings
« no previous file with comments | « no previous file | third_party/tcmalloc/chromium/src/base/commandlineflags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698