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 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1221 *!notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone | 1221 *!notifier::ProxyResolvingClientSocket::ProcessProxyResolveDone |
1222 *!base::internal::RunnableAdapter<void (__thiscall notifier::ProxyResolvingClien
tSocket::*)(int)>::Run | 1222 *!base::internal::RunnableAdapter<void (__thiscall notifier::ProxyResolvingClien
tSocket::*)(int)>::Run |
1223 | 1223 |
1224 LEAK | 1224 LEAK |
1225 name=http://crbug.com/100608 | 1225 name=http://crbug.com/100608 |
1226 *!generic_cpp_alloc | 1226 *!generic_cpp_alloc |
1227 *!operator new | 1227 *!operator new |
1228 *!SQLitePersistentCookieStore::Backend::LoadCookiesForDomains | 1228 *!SQLitePersistentCookieStore::Backend::LoadCookiesForDomains |
1229 | 1229 |
1230 LEAK | 1230 LEAK |
1231 name=http://crbug.com/117538 a | |
1232 ... | |
1233 *!ProfileSyncComponentsFactoryMock::CreateGenericChangeProcessor | |
1234 *!browser_sync::UIDataTypeController::Associate | |
1235 *!browser_sync::UIDataTypeController::Start | |
1236 *!browser_sync::DataTypeManagerImpl::StartNextType | |
1237 *!browser_sync::DataTypeManagerImpl::DownloadReady | |
1238 | |
1239 LEAK | |
1240 name=http://crbug.com/117538 b | |
1241 ... | |
1242 *!ProfileSyncComponentsFactoryMock::CreateSharedChangeProcessor | |
1243 *!browser_sync::NewNonFrontendDataTypeController::Start | |
1244 *!browser_sync::DataTypeManagerImpl::StartNextType | |
1245 *!browser_sync::DataTypeManagerImpl::DownloadReady | |
1246 | |
1247 LEAK | |
1248 name=http://crbug.com/117538 c | |
1249 ... | |
1250 *!ProfileSyncComponentsFactoryMock::CreateDataTypeManager | |
1251 *!ProfileSyncService::ConfigureDataTypeManager | |
1252 *!ProfileSyncService::OnBackendInitialized | |
1253 *!TestProfileSyncService::OnBackendInitialized | |
1254 | |
1255 LEAK | |
1256 name=http://crbug.com/117539 | 1231 name=http://crbug.com/117539 |
1257 *!generic_cpp_alloc | 1232 *!generic_cpp_alloc |
1258 *!operator new | 1233 *!operator new |
1259 *!std::_Allocate<net::SSLConfigService::Observer *> | 1234 *!std::_Allocate<net::SSLConfigService::Observer *> |
1260 *!std::allocator<net::SSLConfigService::Observer *>::allocate | 1235 *!std::allocator<net::SSLConfigService::Observer *>::allocate |
1261 *!std::vector<net::SSLConfigService::Observer *,std::allocator<net::SSLConfigSer
vice::Observer *> >::_Insert_n | 1236 *!std::vector<net::SSLConfigService::Observer *,std::allocator<net::SSLConfigSer
vice::Observer *> >::_Insert_n |
1262 *!std::vector<net::SSLConfigService::Observer *,std::allocator<net::SSLConfigSer
vice::Observer *> >::insert | 1237 *!std::vector<net::SSLConfigService::Observer *,std::allocator<net::SSLConfigSer
vice::Observer *> >::insert |
1263 *!std::vector<net::SSLConfigService::Observer *,std::allocator<net::SSLConfigSer
vice::Observer *> >::push_back | 1238 *!std::vector<net::SSLConfigService::Observer *,std::allocator<net::SSLConfigSer
vice::Observer *> >::push_back |
1264 *!ObserverListBase<net::SSLConfigService::Observer>::AddObserver | 1239 *!ObserverListBase<net::SSLConfigService::Observer>::AddObserver |
1265 ... | 1240 ... |
1266 *!net::HttpNetworkSession::HttpNetworkSession | 1241 *!net::HttpNetworkSession::HttpNetworkSession |
1267 *!notifier::ProxyResolvingClientSocket::ProxyResolvingClientSocket | 1242 *!notifier::ProxyResolvingClientSocket::ProxyResolvingClientSocket |
1268 *!notifier::XmppClientSocketFactory::CreateTransportClientSocket | 1243 *!notifier::XmppClientSocketFactory::CreateTransportClientSocket |
1269 *!notifier::ChromeAsyncSocket::Connect | 1244 *!notifier::ChromeAsyncSocket::Connect |
1270 *!buzz::XmppClient::ProcessStartXmppLogin | 1245 *!buzz::XmppClient::ProcessStartXmppLogin |
1271 *!buzz::XmppClient::Process | 1246 *!buzz::XmppClient::Process |
1272 *!talk_base::Task::Step | 1247 *!talk_base::Task::Step |
1273 *!talk_base::TaskRunner::InternalRunTasks | 1248 *!talk_base::TaskRunner::InternalRunTasks |
1274 *!talk_base::TaskRunner::RunTasks | 1249 *!talk_base::TaskRunner::RunTasks |
1275 *!notifier::TaskPump::CheckAndRunTasks | 1250 *!notifier::TaskPump::CheckAndRunTasks |
1276 *!base::internal::RunnableAdapter<void (__thiscall notifier::TaskPump::*)(void)>
::Run | 1251 *!base::internal::RunnableAdapter<void (__thiscall notifier::TaskPump::*)(void)>
::Run |
OLD | NEW |