Index: tools/deep_memory_profiler/policy.l2.json |
diff --git a/tools/deep_memory_profiler/policy.l2.json b/tools/deep_memory_profiler/policy.l2.json |
index d5e7f7a1ae314aaf5dc1a14ea74c41538679ed36..5f8e473dd545a1c52294daa8142d62c404c3de3a 100644 |
--- a/tools/deep_memory_profiler/policy.l2.json |
+++ b/tools/deep_memory_profiler/policy.l2.json |
@@ -107,28 +107,29 @@ |
}, |
{ |
"name": "unhooked-anonymous", |
- "stacktrace": "optional", |
- "allocator": "optional" |
+ "mappedpathname": "^$", |
+ "allocator": "unhooked" |
}, |
{ |
"name": "unhooked-file-exec", |
- "stacktrace": "optional", |
- "allocator": "optional" |
+ "mappedpathname": "^/.*", |
+ "mappedpermission": "..x.", |
+ "allocator": "unhooked" |
}, |
{ |
"name": "unhooked-file-nonexec", |
- "stacktrace": "optional", |
- "allocator": "optional" |
+ "mappedpathname": "^/.*", |
+ "allocator": "unhooked" |
}, |
{ |
"name": "unhooked-stack", |
- "stacktrace": "optional", |
- "allocator": "optional" |
+ "mappedpathname": ".stack.", |
+ "allocator": "unhooked" |
}, |
{ |
"name": "unhooked-other", |
- "stacktrace": "optional", |
- "allocator": "optional" |
+ "mappedpathname": ".*", |
+ "allocator": "unhooked" |
}, |
{ |
"name": "mmap-v8-heap-newspace", |