Index: third_party/tcmalloc/README.chromium |
diff --git a/third_party/tcmalloc/README.chromium b/third_party/tcmalloc/README.chromium |
index 0682e8d30b4b006f0ce331b9e132beeccac8f209..41bd1602586c03f24f31f797bbf7003df338db7d 100644 |
--- a/third_party/tcmalloc/README.chromium |
+++ b/third_party/tcmalloc/README.chromium |
@@ -91,3 +91,4 @@ Modifications: |
for -std=c++11 compatibility. |
- 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. |