OLD | NEW |
1 heap profile policy: POLICY_DEEP_2 | 1 heap profile policy: POLICY_DEEP_2 |
2 # Read policy.README for description of this file. | 2 # Read README.policy for description of this file. |
3 second optional optional | 3 second optional optional |
4 mmap-profiler mmap .*(ProfilerMalloc|MemoryRegionMap::).* | 4 mmap-profiler mmap .*(ProfilerMalloc|MemoryRegionMap::).* |
| 5 mmap-type-profiler mmap .*(TypeProfilerMalloc).* |
5 mmap-tcmalloc mmap .*(DoAllocWithArena|SbrkSysAllocator::Al
loc|MmapSysAllocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).
* | 6 mmap-tcmalloc mmap .*(DoAllocWithArena|SbrkSysAllocator::Al
loc|MmapSysAllocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).
* |
6 FROM_HERE_FOR_TOTAL optional optional | 7 FROM_HERE_FOR_TOTAL optional optional |
7 mustbezero optional optional | 8 mustbezero optional optional |
8 nonprofiled-absent optional optional | 9 nonprofiled-absent optional optional |
9 nonprofiled-anonymous optional optional | 10 nonprofiled-anonymous optional optional |
10 nonprofiled-file-exec optional optional | 11 nonprofiled-file-exec optional optional |
11 nonprofiled-file-nonexec optional optional | 12 nonprofiled-file-nonexec optional optional |
12 nonprofiled-stack optional optional | 13 nonprofiled-stack optional optional |
13 nonprofiled-other optional optional | 14 nonprofiled-other optional optional |
14 no-bucket default default | 15 no-bucket default default |
(...skipping 10 matching lines...) Expand all Loading... |
25 stack optional optional | 26 stack optional optional |
26 other optional optional | 27 other optional optional |
27 mmap-total-log default default | 28 mmap-total-log default default |
28 mmap-no-log default default | 29 mmap-no-log default default |
29 mmap-total-record default default | 30 mmap-total-record default default |
30 other-total-log default default | 31 other-total-log default default |
31 tc-total-log default default | 32 tc-total-log default default |
32 tc-no-log default default | 33 tc-no-log default default |
33 tc-total-record default default | 34 tc-total-record default default |
34 tc-total default default | 35 tc-total default default |
OLD | NEW |