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 1553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1564 UNINITIALIZED READ | 1564 UNINITIALIZED READ |
1565 name=bug_222883 | 1565 name=bug_222883 |
1566 *!v8::internal::ScavengeVisitor::ScavengePointer | 1566 *!v8::internal::ScavengeVisitor::ScavengePointer |
1567 *!v8::internal::ScavengeVisitor::VisitPointers | 1567 *!v8::internal::ScavengeVisitor::VisitPointers |
1568 *!v8::internal::StandardFrame::IterateExpressions | 1568 *!v8::internal::StandardFrame::IterateExpressions |
1569 ... | 1569 ... |
1570 *!v8::internal::Heap::Scavenge | 1570 *!v8::internal::Heap::Scavenge |
1571 *!v8::internal::Heap::PerformGarbageCollection* | 1571 *!v8::internal::Heap::PerformGarbageCollection* |
1572 | 1572 |
1573 UNINITIALIZED READ | 1573 UNINITIALIZED READ |
1574 name=bug_227278a | |
1575 ... | |
1576 *!content::CompositingIOSurfaceTransformerTest::RunResizeTest | |
1577 *!content::CompositingIOSurfaceTransformerTest_ResizesTexturesCorrectly_Test::Te
stBody | |
1578 | |
1579 UNINITIALIZED READ | |
1580 name=bug_227278b | |
1581 ... | |
1582 *!content::CompositingIOSurfaceTransformerTest::RunTransformRGBToYV12Test | |
1583 *!content::CompositingIOSurfaceTransformerTest_TransformsRGBToYV12_Test::TestBod
y | |
1584 | |
1585 UNINITIALIZED READ | |
1586 name=bug_227278c | |
1587 *!BitSetNextSetBit | |
1588 *!RegistersReInterfere | |
1589 *!RegistersMerge | |
1590 *!glpPPShaderLinearizeStreamMgr | |
1591 *!glpPPShaderLinearize | |
1592 *!glePrepareShaderForEmulation | |
1593 *!gleSetVPTransformFuncAll | |
1594 *!gleVPRenderQuadsSmooth | |
1595 *!gleDrawArraysOrElements_ExecCore | |
1596 *!glDrawArrays_Exec | |
1597 *!glDrawArrays | |
1598 *!content::::DrawQuad | |
1599 *!content::CompositingIOSurfaceTransformer::ResizeBilinear | |
1600 *!content::CompositingIOSurfaceTransformerTest::RunResizeTest | |
1601 *!content::CompositingIOSurfaceTransformerTest_ResizesTexturesCorrectly_Test::Te
stBody | |
1602 | |
1603 UNINITIALIZED READ | |
1604 name=bug_227278d | |
1605 *!glViewport_Exec | |
1606 *!glViewport | |
1607 *!content::::SetTransformationsForOffScreenRendering | |
1608 *!content::CompositingIOSurfaceTransformer::TransformRGBToYV12 | |
1609 *!content::CompositingIOSurfaceTransformerTest::RunTransformRGBToYV12Test | |
1610 *!content::CompositingIOSurfaceTransformerTest_TransformsRGBToYV12_Test::TestBod
y | |
1611 | |
1612 UNINITIALIZED READ | |
1613 name=bug_238170a | 1574 name=bug_238170a |
1614 *!blink::ElementRuleCollector::collectMatchingRules | 1575 *!blink::ElementRuleCollector::collectMatchingRules |
1615 *!blink::ElementRuleCollector::hasAnyMatchingRules | 1576 *!blink::ElementRuleCollector::hasAnyMatchingRules |
1616 | 1577 |
1617 UNINITIALIZED READ | 1578 UNINITIALIZED READ |
1618 name=bug_238170b | 1579 name=bug_238170b |
1619 *!blink::ElementRuleCollector::collectMatchingRules | 1580 *!blink::ElementRuleCollector::collectMatchingRules |
1620 *!blink::StyleResolver::matchAuthorRules | 1581 *!blink::StyleResolver::matchAuthorRules |
1621 | 1582 |
1622 UNINITIALIZED READ | 1583 UNINITIALIZED READ |
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2229 KERNEL32.dll!CreateWaitableTimerW | 2190 KERNEL32.dll!CreateWaitableTimerW |
2230 content.dll!rtc::Timing::Timing | 2191 content.dll!rtc::Timing::Timing |
2231 content.dll!content::RenderProcessHostImpl::CreateMessageFilters | 2192 content.dll!content::RenderProcessHostImpl::CreateMessageFilters |
2232 ... | 2193 ... |
2233 content.dll!content::RenderViewHostImpl::CreateRenderView | 2194 content.dll!content::RenderViewHostImpl::CreateRenderView |
2234 content.dll!content::WebContentsImpl::CreateRenderViewForRenderManager | 2195 content.dll!content::WebContentsImpl::CreateRenderViewForRenderManager |
2235 ... | 2196 ... |
2236 content.dll!content::NavigationControllerImpl::LoadEntry | 2197 content.dll!content::NavigationControllerImpl::LoadEntry |
2237 ... | 2198 ... |
2238 *!extensions::ExtensionHost::LoadInitialURL | 2199 *!extensions::ExtensionHost::LoadInitialURL |
OLD | NEW |