HomeSort by relevance Sort by last modified time
    Searched full:leaks (Results 51 - 75 of 776) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_view_unittest.mm 29 // Test drawing, mostly to ensure nothing leaks or crashes.
  /external/chromium_org/base/win/
scoped_co_mem.h 31 DCHECK(mem_ptr_ == NULL); // To catch memory leaks.
  /external/chromium_org/chrome/browser/importer/
importer_uma.cc 58 // Note: This leaks memory, which is the expected behavior as the factory
  /external/chromium_org/chrome/browser/ui/cocoa/
background_gradient_view_unittest.mm 50 // Test drawing, mostly to ensure nothing leaks or crashes.
  /external/chromium_org/content/browser/streams/
stream_context.cc 47 // TODO(zork): Remove this custom deleter, and fix the leaks in all the
  /external/chromium_org/third_party/icu/source/common/
locmap.h 19 * 09/18/00 george Removed the memory leaks.
  /external/clang/lib/StaticAnalyzer/Checkers/
AllocationDiagnostics.cpp 10 // Declares the configuration functions for leaks/allocation diagnostics.
AllocationDiagnostics.h 10 // Declares the configuration functions for leaks/allocation diagnostics.
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
use_registers.cc 50 // CHECK: LeakSanitizer: detected memory leaks
use_stacks_threaded.cc 35 // CHECK: LeakSanitizer: detected memory leaks
use_tls_dynamic.cc 32 // CHECK: LeakSanitizer: detected memory leaks
use_tls_pthread_specific_dynamic.cc 36 // CHECK: LeakSanitizer: detected memory leaks
use_tls_pthread_specific_static.cc 30 // CHECK: LeakSanitizer: detected memory leaks
  /external/icu4c/common/
locmap.h 19 * 09/18/00 george Removed the memory leaks.
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_leaks.h 27 /* Global variables used to check leaks in code using SDL */
  /external/replicaisland/src/com/replica/replicaisland/
AllocationGuard.java 20 * AllocationGuard is a utility class for tracking down memory leaks. It implements a
  /frameworks/base/core/jni/
android_view_InputChannel.h 34 * and input queue to prevent memory leaks. */
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex15.c 23 /* Try to avoid eating all memory if a test leaks. */
bug-regex21.c 1 /* Test for memory leaks in regcomp.
  /external/valgrind/main/
glibc-2.2.supp 475 ## LinuxThreads leaks the stack and TLS data for the manager thread
477 LinuxThreads: leaks stack of manager thread
484 LinuxThreads: leaks TLS data for manager thread
491 LinuxThreads: leaks TLS data for manager thread
498 LinuxThreads: leaks stack of manager thread
505 LinuxThreads: leaks TLS data for manager thread
514 LinuxThreads: leaks TLS data for manager thread
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 153 Vector<ThreadLeak> &leaks = *(Vector<ThreadLeak>*)arg; local
157 for (uptr i = 0; i < leaks.Size(); i++) {
158 if (leaks[i].tctx->creation_stack_id == tctx->creation_stack_id) {
159 leaks[i].count++;
164 leaks.PushBack(leak);
182 Vector<ThreadLeak> leaks(MBlockScopedBuf);
184 MaybeReportThreadLeak, &leaks);
185 for (uptr i = 0; i < leaks.Size(); i++) {
187 rep.AddThread(leaks[i].tctx);
188 rep.SetCount(leaks[i].count)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 171 "in tracking down leaks where only a small fraction of "
177 "and registers are not reported as leaks");
187 // The larger it can be, the lesser is the chance of missing real leaks.
200 // and make it probabilistically more likely to miss leaks
222 " false leaks that will disappear if the heap checker delays"
228 "Exit code to return if any leaks were detected.");
1718 HeapProfileTable::Snapshot* leaks = NULL; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 171 "in tracking down leaks where only a small fraction of "
177 "and registers are not reported as leaks");
187 // The larger it can be, the lesser is the chance of missing real leaks.
200 // and make it probabilistically more likely to miss leaks
222 " false leaks that will disappear if the heap checker delays"
228 "Exit code to return if any leaks were detected.");
1718 HeapProfileTable::Snapshot* leaks = NULL; local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
profile_menu_button_unittest.mm 95 // Test drawing, mostly to ensure nothing leaks or crashes.
107 // nothing leaks or crashes when displaying the button in its pressed state.
  /external/chromium_org/chrome/browser/password_manager/
password_manager_metrics_util.cc 91 // Note: This leaks memory, which is expected behavior.
103 // Note: This leaks memory, which is expected behavior.

Completed in 1232 milliseconds

1 23 4 5 6 7 8 91011>>