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 ce6f7117b9c11dad3e5f3e02b76f0fdd73692425..d8b7bb1c0ae130ddea6397af462da6f6a58624ec 100644 |
--- a/tools/deep_memory_profiler/policy.l2.json |
+++ b/tools/deep_memory_profiler/policy.l2.json |
@@ -24,6 +24,7 @@ |
"mmap-gpu-transfer-ringbuffer", |
"mmap-gpu-gles2-createbuffer", |
"mmap-skia-font", |
+ "mmap-partition-alloc", |
"mmap-catch-all", |
"tc-webcore-cachedmatchedproperties", |
"tc-webcore-fontcache", |
@@ -196,6 +197,11 @@ |
"allocator": "mmap" |
}, |
{ |
+ "name": "mmap-partition-alloc", |
+ "stacktrace": ".*WTF::partitionAllocSlowPath.*", |
+ "allocator": "mmap" |
+ }, |
+ { |
"name": "mmap-catch-all", |
"stacktrace": ".*", |
"allocator": "mmap" |