Index: tools/deep_memory_profiler/policy.android.browser.json |
diff --git a/tools/deep_memory_profiler/policy.android.browser.json b/tools/deep_memory_profiler/policy.android.browser.json |
index f5fe68ec7c18d5a7c2e179d4f3bc785d03cf1dc4..776ec068e4e174704ec6fb8a5edbef3b890e633b 100644 |
--- a/tools/deep_memory_profiler/policy.android.browser.json |
+++ b/tools/deep_memory_profiler/policy.android.browser.json |
@@ -41,7 +41,7 @@ |
"tc-stl-rbtree", |
"tc-stl-vector", |
"tc-stl-hashtable", |
- "tc-stl-node", |
+ "tc-stl-other", |
"tc-catch-all", |
"tc-unused", |
"UNTIL_HERE_FOR_TOTAL", |
@@ -271,8 +271,8 @@ |
"allocator": "malloc" |
}, |
{ |
- "name": "tc-stl-node", |
- "stacktrace": ".*std::priv::_Impl_vector::.*", |
+ "name": "tc-stl-other", |
+ "stacktrace": ".*std::__stl_new.*", |
"allocator": "malloc" |
}, |
{ |