Index: third_party/tcmalloc/README.chromium |
diff --git a/third_party/tcmalloc/README.chromium b/third_party/tcmalloc/README.chromium |
index 2ea6e69d028d41fe576cb5ddeecdaf5f44cad7a3..5e9dc6a42a5d8501c048a8abdb76530f1e86f029 100644 |
--- a/third_party/tcmalloc/README.chromium |
+++ b/third_party/tcmalloc/README.chromium |
@@ -98,3 +98,5 @@ Modifications: |
- Changed DEFINE_foo macros to ignore envname unless ENABLE_PROFILING is defined |
- Changed DEFINE_string to define const char*s instead of strings |
- Disabled HEAPPROFILE envvar unless ENABLE_PROFILING is defined |
+- Added a Deep Memory Profiler on top of the regular heap profiler. |
+- Added a runtime memory leak detector. |