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

Unified Diff: third_party/tcmalloc/README.chromium

Issue 129683002: Fix a couple of gcc 4.8 warnings in tcmalloc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: third_party/tcmalloc/README.chromium
diff --git a/third_party/tcmalloc/README.chromium b/third_party/tcmalloc/README.chromium
index 41bd1602586c03f24f31f797bbf7003df338db7d..92fbf7553f3474159f5a066e96b2929c26e6e855 100644
--- a/third_party/tcmalloc/README.chromium
+++ b/third_party/tcmalloc/README.chromium
@@ -92,3 +92,4 @@ Modifications:
- Added support for pseudo-stack heap profiling via a callback to retrieve a
simulated stack from the embedding application.
- Inserted spaces around PRIx64, SCNx64 and friends, for c++11 compatibility.
+- Fix sprintf formatting warning in MaybeDumpProfileLocked
Dai Mikurube (NOT FULLTIME) 2014/01/29 03:24:13 deep-heap-profile is actually a Chromium-specific
Dai Mikurube (NOT FULLTIME) 2014/01/29 03:37:30 Oops, sorry, this message is for heap-profiler.cc.

Powered by Google App Engine
This is Rietveld 408576698