diff options
Diffstat (limited to 'third_party/tcmalloc/README.chromium')
-rw-r--r-- | third_party/tcmalloc/README.chromium | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/tcmalloc/README.chromium b/third_party/tcmalloc/README.chromium index 9da19ca..0682e8d 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. |