| Index: tools/deep_memory_profiler/policy.t0.json
|
| diff --git a/tools/deep_memory_profiler/policy.t0.json b/tools/deep_memory_profiler/policy.t0.json
|
| index aab87151b078dada3acb1b03db40e1d251814a4e..9969ba9a16ee0d9d44cf8da15e8d2dd3c3144b8a 100644
|
| --- a/tools/deep_memory_profiler/policy.t0.json
|
| +++ b/tools/deep_memory_profiler/policy.t0.json
|
| @@ -79,28 +79,29 @@
|
| },
|
| {
|
| "name": "unhooked-anonymous",
|
| - "stacktrace": "optional",
|
| - "allocator": "optional"
|
| + "mappedfile": "^$",
|
| + "allocator": "unhooked"
|
| },
|
| {
|
| "name": "unhooked-file-exec",
|
| - "stacktrace": "optional",
|
| - "allocator": "optional"
|
| + "mappedfile": "^/.*",
|
| + "mappedexecutable": "x",
|
| + "allocator": "unhooked"
|
| },
|
| {
|
| "name": "unhooked-file-nonexec",
|
| - "stacktrace": "optional",
|
| - "allocator": "optional"
|
| + "mappedfile": "^/.*",
|
| + "allocator": "unhooked"
|
| },
|
| {
|
| "name": "unhooked-stack",
|
| - "stacktrace": "optional",
|
| - "allocator": "optional"
|
| + "mappedfile": ".stack.",
|
| + "allocator": "unhooked"
|
| },
|
| {
|
| "name": "unhooked-other",
|
| - "stacktrace": "optional",
|
| - "allocator": "optional"
|
| + "mappedfile": ".*",
|
| + "allocator": "unhooked"
|
| },
|
| {
|
| "name": "mmap-v8",
|
| @@ -201,4 +202,4 @@
|
| }
|
| ],
|
| "version": "POLICY_DEEP_4"
|
| -}
|
| +}
|
|
|