Index: third_party/tcmalloc/README.chromium |
diff --git a/third_party/tcmalloc/README.chromium b/third_party/tcmalloc/README.chromium |
index 9da19cad7c151d6579935be4986297730e4207ad..0682e8d30b4b006f0ce331b9e132beeccac8f209 100644 |
--- a/third_party/tcmalloc/README.chromium |
+++ b/third_party/tcmalloc/README.chromium |
@@ -89,3 +89,5 @@ Modifications: |
- Added support for android. |
- Use NULL instead of static_cast<uintptr_t>(0) in stack_trace_table.cc, |
for -std=c++11 compatibility. |
+- Added support for pseudo-stack heap profiling via a callback to retrieve a |
+ simulated stack from the embedding application. |