DMP: Add mmap-partition-alloc

Split the usage of Parition Alloc from mmap-catch-all. Partition Alloc
is the allocator used in Blink, and it would be helpful if we could see
the usage of this separately.

NOTRY=true

Review URL: https://codereview.chromium.org/423793003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285877 0039d316-1c4b-4281-b951-d872f2087c98
parent f5d4e76d
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
"mmap-gpu-transfer-ringbuffer", "mmap-gpu-transfer-ringbuffer",
"mmap-gpu-gles2-createbuffer", "mmap-gpu-gles2-createbuffer",
"mmap-skia-font", "mmap-skia-font",
"mmap-partition-alloc",
"mmap-catch-all", "mmap-catch-all",
"tc-webcore-cachedmatchedproperties", "tc-webcore-cachedmatchedproperties",
"tc-webcore-fontcache", "tc-webcore-fontcache",
...@@ -195,6 +196,11 @@ ...@@ -195,6 +196,11 @@
"stacktrace": ".*SkTypeface::openStream.*", "stacktrace": ".*SkTypeface::openStream.*",
"allocator": "mmap" "allocator": "mmap"
}, },
{
"name": "mmap-partition-alloc",
"stacktrace": ".*WTF::partitionAllocSlowPath.*",
"allocator": "mmap"
},
{ {
"name": "mmap-catch-all", "name": "mmap-catch-all",
"stacktrace": ".*", "stacktrace": ".*",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment