| 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 1829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1840 name=bug_470848 | 1840 name=bug_470848 |
| 1841 blink_platform.dll!blink::Heap::RegionTree::lookup | 1841 blink_platform.dll!blink::Heap::RegionTree::lookup |
| 1842 *!testing::internal::HandleExceptionsInMethodIfSupported<> | 1842 *!testing::internal::HandleExceptionsInMethodIfSupported<> |
| 1843 | 1843 |
| 1844 HANDLE LEAK | 1844 HANDLE LEAK |
| 1845 name=https://crbug.com/480741 | 1845 name=https://crbug.com/480741 |
| 1846 system call NtDuplicateObject | 1846 system call NtDuplicateObject |
| 1847 KERNELBASE.dll!DuplicateHandle | 1847 KERNELBASE.dll!DuplicateHandle |
| 1848 KERNEL32.dll!DuplicateHandle | 1848 KERNEL32.dll!DuplicateHandle |
| 1849 base.dll!base::SharedMemory::ShareToProcessCommon | 1849 base.dll!base::SharedMemory::ShareToProcessCommon |
| 1850 gl_wrapper.dll!gfx::GLImageSharedMemory::Initialize | 1850 gl_wrapper.dll!gl::GLImageSharedMemory::Initialize |
| 1851 content.dll!content::GpuChannel::CreateImageForGpuMemoryBuffer | 1851 content.dll!content::GpuChannel::CreateImageForGpuMemoryBuffer |
| 1852 content.dll!content::GpuCommandBufferStub::OnCreateImage | 1852 content.dll!content::GpuCommandBufferStub::OnCreateImage |
| 1853 | 1853 |
| 1854 HANDLE LEAK | 1854 HANDLE LEAK |
| 1855 name=https://crbug.com/481305 | 1855 name=https://crbug.com/481305 |
| 1856 system call NtCreateSection | 1856 system call NtCreateSection |
| 1857 KERNELBASE.dll!CreateFileMappingW | 1857 KERNELBASE.dll!CreateFileMappingW |
| 1858 base.dll!base::SharedMemory::Create | 1858 base.dll!base::SharedMemory::Create |
| 1859 base.dll!base::SharedMemory::CreateAnonymous | 1859 base.dll!base::SharedMemory::CreateAnonymous |
| 1860 content.dll!content::ChildThreadImpl::AllocateSharedMemory | 1860 content.dll!content::ChildThreadImpl::AllocateSharedMemory |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2039 name=bug_548039 | 2039 name=bug_548039 |
| 2040 system call NtCreateSection | 2040 system call NtCreateSection |
| 2041 KERNELBASE.dll!CreateFileMappingW | 2041 KERNELBASE.dll!CreateFileMappingW |
| 2042 base.dll!base::SharedMemory::Create | 2042 base.dll!base::SharedMemory::Create |
| 2043 content.dll!content::ChildThreadImpl::AllocateSharedMemory | 2043 content.dll!content::ChildThreadImpl::AllocateSharedMemory |
| 2044 content.dll!content::RenderThreadImpl::HostAllocateSharedMemoryBuffer | 2044 content.dll!content::RenderThreadImpl::HostAllocateSharedMemoryBuffer |
| 2045 content.dll!content::RenderThreadImpl::AllocateSharedMemory | 2045 content.dll!content::RenderThreadImpl::AllocateSharedMemory |
| 2046 ... | 2046 ... |
| 2047 content.dll!content::WebGraphicsContext3DCommandBufferImpl::CreateContext | 2047 content.dll!content::WebGraphicsContext3DCommandBufferImpl::CreateContext |
| 2048 content.dll!content::WebGraphicsContext3DCommandBufferImpl::MaybeInitializeGL | 2048 content.dll!content::WebGraphicsContext3DCommandBufferImpl::MaybeInitializeGL |
| OLD | NEW |