OLD | NEW |
1 # This file contains suppressions for the Dr.Memory tool, see | 1 # This file contains suppressions for the Dr.Memory tool, see |
2 # http://dev.chromium.org/developers/how-tos/using-drmemory | 2 # http://dev.chromium.org/developers/how-tos/using-drmemory |
3 # | 3 # |
4 # This file should contain suppressions only for the reports happening | 4 # This file should contain suppressions only for the reports happening |
5 # in the 'full' mode (drmemory_full). | 5 # in the 'full' mode (drmemory_full). |
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), | 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), |
7 # please use suppressions.txt instead. | 7 # please use suppressions.txt instead. |
8 | 8 |
9 ############################################################### | 9 ############################################################### |
10 # Known reports on the third party we have no control over. | 10 # Known reports on the third party we have no control over. |
(...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1018 *!BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody | 1018 *!BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody |
1019 | 1019 |
1020 LEAK | 1020 LEAK |
1021 name=deliberate histogram leak | 1021 name=deliberate histogram leak |
1022 ... | 1022 ... |
1023 *!replace_operator_new | 1023 *!replace_operator_new |
1024 ... | 1024 ... |
1025 *!*::*Histogram::FactoryGet | 1025 *!*::*Histogram::FactoryGet |
1026 | 1026 |
1027 LEAK | 1027 LEAK |
| 1028 name=deliberate leak for SampleMap |
| 1029 ... |
| 1030 *!base::SampleMap::Accumulate |
| 1031 *!base::SparseHistogram::Add |
| 1032 |
| 1033 LEAK |
1028 name=deliberate LazyInstance leak | 1034 name=deliberate LazyInstance leak |
1029 ... | 1035 ... |
1030 *!*LeakyLazyInstance* | 1036 *!*LeakyLazyInstance* |
1031 ... | 1037 ... |
1032 *!base::LazyInstance*::Pointer | 1038 *!base::LazyInstance*::Pointer |
1033 | 1039 |
1034 LEAK | 1040 LEAK |
1035 name=http://crbug.com/79933 (1) | 1041 name=http://crbug.com/79933 (1) |
1036 ... | 1042 ... |
1037 *!TestURLRequestContext::Init | 1043 *!TestURLRequestContext::Init |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1314 *!RenderProcessHostImpl::RenderProcessHostImpl | 1320 *!RenderProcessHostImpl::RenderProcessHostImpl |
1315 *!SiteInstanceImpl::GetProcess | 1321 *!SiteInstanceImpl::GetProcess |
1316 *!BrowserTestOffTheRecord_DelayProfileDestruction_Test::TestBody | 1322 *!BrowserTestOffTheRecord_DelayProfileDestruction_Test::TestBody |
1317 | 1323 |
1318 LEAK | 1324 LEAK |
1319 name=http://crbug.com/125807 | 1325 name=http://crbug.com/125807 |
1320 *!generic_cpp_alloc | 1326 *!generic_cpp_alloc |
1321 *!operator new | 1327 *!operator new |
1322 *!TransportSecurityPersister::TransportSecurityPersister | 1328 *!TransportSecurityPersister::TransportSecurityPersister |
1323 *!TransportSecurityPersisterTest::TransportSecurityPersisterTest | 1329 *!TransportSecurityPersisterTest::TransportSecurityPersisterTest |
OLD | NEW |