/external/chromium/base/metrics/ |
histogram.cc | 93 // To avoid racy destruction at shutdown, the following will be leaked. 786 // To avoid racy destruction at shutdown, the following will be leaked. 878 // To avoid racy destruction at shutdown, the following will be leaked. [all...] |
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_popup_controller.mm | 215 // Make absolutely sure that no popups are leaked.
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
throbber_view.mm | 227 // Leaked. That's OK, it's scoped to the lifetime of the application.
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
system_settings_provider.cc | 135 // These will be leaked at the end.
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwContentsTest.java | 163 // so allow for 1 'leaked' instance.
|
/external/chromium_org/base/memory/ |
singleton.h | 196 // thus the singleton will be leaked if it is ever accessed. Traits::RAE
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_popup_controller.mm | 251 // Make absolutely sure that no popups are leaked.
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
throbber_view.mm | 228 // Leaked. That's OK, it's scoped to the lifetime of the application.
|
/external/chromium_org/net/cert/ |
multi_threaded_cert_verifier_unittest.cc | 281 // Tests that a canceled request is not leaked.
|
/external/chromium_org/ppapi/shared_impl/ |
var_value_conversions_unittest.cc | 174 // is leaked.
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
StdLibExtras.h | 34 // it is leaked so that its destructors are not called at exit.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
heap-checker_unittest.cc | 234 // If we can reliably create leaks (i.e. make leaked object 641 // foo1 and foo2 leaked 759 // Check that normal leaked STL usage *does* result in a leak report. 914 // of the leaked objects. [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
heap-checker_unittest.cc | 234 // If we can reliably create leaks (i.e. make leaked object 641 // foo1 and foo2 leaked 759 // Check that normal leaked STL usage *does* result in a leak report. 914 // of the leaked objects. [all...] |
/external/chromium_org/tools/android/forwarder2/ |
host_forwarder_main.cc | 145 // Note that |controller| is not leaked in this case since the host
|
/external/valgrind/main/helgrind/ |
hg_lock_n_thread.h | 58 allocated and never deallocated (simply leaked). Also ThrID, which
|
/external/chromium/base/synchronization/ |
condition_variable_win.cc | 418 are not leaked? How are they recovered?? The cv_events that appear to leak are 421 threads have references to these otherwise leaked events. They are passed as
|
/external/chromium/googleurl/src/ |
url_util.cc | 74 // initialized by InitStandardSchemes and is leaked on shutdown to prevent 379 // schemes. This pointer will be leaked on shutdown.
|
/external/chromium_org/base/synchronization/ |
condition_variable_win.cc | 611 are not leaked? How are they recovered?? The cv_events that appear to leak are 614 threads have references to these otherwise leaked events. They are passed as
|
/external/chromium_org/chromeos/disks/ |
disk_mount_manager.cc | 159 // Unmount are invoked, the memory pointed by |cb_data| will be leaked. 167 // only for ShutDown. So, probably the memory would rarely be leaked.
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cintltst.c | 212 u_cleanup(); /* nuke the hashtable.. so that any still-open cnvs are leaked */ 226 fprintf(stderr, "There were %d blocks leaked!\n", ALLOCATION_COUNT);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-profile-table.cc | 684 // Sort buckets by decreasing leaked size 745 RAW_LOG(ERROR, "leaked %" PRIuS " byte object %p", v->bytes, ptr);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-profile-table.cc | 629 // Sort buckets by decreasing leaked size 690 RAW_LOG(ERROR, "leaked %"PRIuS" byte object %p", v->bytes, ptr);
|
/external/chromium_org/url/ |
url_util.cc | 52 // initialized by InitStandardSchemes and is leaked on shutdown to prevent 396 // schemes. This pointer will be leaked on shutdown.
|
/external/clang/test/Analysis/ |
retain-release-inline.m | 301 // On return (intraprocedural), assume CF objects are leaked. 307 // On return (intraprocedural), assume NSObjects are not leaked.
|
/external/icu4c/test/cintltst/ |
cintltst.c | 220 u_cleanup(); /* nuke the hashtable.. so that any still-open cnvs are leaked */ 238 fprintf(stderr, "There were %d blocks leaked!\n", ALLOCATION_COUNT);
|