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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/valgrind/gtest_exclude/
suppressions.txt 2 Test DiskCacheBackendTest.InvalidEntryEnumeration leaks.
15 Test DiskCacheBackendTest.InvalidEntryRead leaks.
25 Test DiskCacheBackendTest.InvalidEntryWithLoad leaks.
  /external/chromium_org/base/debug/
leak_annotations.h 12 // leaks. Support for annotations is implemented in LeakSanitizer. Annotated
15 // reported as leaks.
18 // will be annotated as leaks.
30 // Invoke leak detection immediately. If leaks are found, the process will exit.
  /external/chromium_org/third_party/WebKit/ManualTests/
leak-cycle-observer-wrapper.html 5 create leaks.
  /external/clang/test/Analysis/
NewDelete-custom.cpp 5 #ifndef LEAKS
29 #ifdef LEAKS
40 #ifdef LEAKS
53 #ifdef LEAKS
62 #ifdef LEAKS
69 #ifdef LEAKS
  /external/llvm/utils/valgrind/
i386-pc-linux-gnu.supp 31 We don't care if as leaks
37 We don't care if python leaks
x86_64-pc-linux-gnu.supp 30 We don't care if as leaks
42 We don't care if grep leaks
48 We don't care if python leaks
  /external/compiler-rt/lib/tsan/lit_tests/
thread_leak5.c 19 // CHECK: And 4 more similar thread leaks
  /external/valgrind/main/none/tests/
manythreads.c 1 /* Make sure there are no thread lifetime related leaks... */
  /external/chromium/base/memory/
memory_debug.h 5 // Functions used to debug memory usage, leaks, and other memory issues.
30 // Dump information about all current memory leaks.
32 // Dump information about new memory leaks since the last
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_button_unittest.mm 27 // Test hover, mostly to ensure nothing leaks or crashes.
35 // Test disabled, mostly to ensure nothing leaks or crashes.
43 // Test pushed, mostly to ensure nothing leaks or crashes.
  /external/chromium_org/v8/tools/
run-valgrind.py 31 # stderr for memory leaks.
62 leaks = [] variable
65 leaks.append(line)
71 if len(leaks) < 2 or len(leaks) > 3:
76 # No leaks found.
  /external/v8/tools/
run-valgrind.py 31 # stderr for memory leaks.
62 leaks = [] variable
65 leaks.append(line)
71 if len(leaks) < 2 or len(leaks) > 3:
76 # No leaks found.
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_button_unittest.mm 11 // Make sure nothing leaks.
  /external/chromium_org/tools/memory_watcher/scripts/
memprof.pl 39 my %leaks = ();
54 $leaks{"UNACCOUNTED"} += $bytes;
83 $leaks{$pig} += $bytes;
93 my @keys = sort { $leaks{$b} <=> $leaks{$a} }keys %leaks;
96 printf "%11s\t%3.2f%%\t%s\n", comma_print($leaks{$key}), (100* $leaks{$key} / $total_bytes), $key;
97 $sum += $leaks{$key};
memtrace.pl 33 my %leaks = ();
56 $leaks{$location_blame} += $location_bytes;
123 my @keys = sort { $leaks{$b} <=> $leaks{$a} }keys %leaks;
127 printf "%11s\t%3.2f%%\t%s\n", comma_print($leaks{$key}), (100* $leaks{$key} / $total_bytes), $key;
128 $sum += $leaks{$key};
summary.pl 18 my %leaks = ();
131 $leaks{$location_blame} += $bytes;
136 my @keys = sort { $leaks{$b} <=> $leaks{$a} }keys %leaks;
139 printf "%11s\t(%3.2f%%)\t%s\n", comma_print($leaks{$key}), (100* $leaks{$key} / $total_bytes), $key;
140 $sum += $leaks{$key};
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_textfield_unittest.mm 30 // Test invalid, mostly to ensure nothing leaks or crashes.
38 // Test with icon, mostly to ensure nothing leaks or crashes.
  /external/chromium_org/chrome/browser/ui/cocoa/
gradient_button_cell_unittest.mm 37 // Test drawing, mostly to ensure nothing leaks or crashes.
47 // Test hover, mostly to ensure nothing leaks or crashes.
113 // Test drawing when first responder, mostly to ensure nothing leaks or
image_button_cell_unittest.mm 39 // Test drawing, mostly to ensure nothing leaks or crashes.
53 // Test drawing, mostly to ensure nothing leaks or crashes.
67 // Test drawing, mostly to ensure nothing leaks or crashes.
  /external/chromium_org/third_party/WebKit/Source/wtf/
LeakAnnotations.h 36 // leaks. Support for annotations is implemented in HeapChecker and
39 // annotated object will not be reported as leaks.
42 // will be annotated as leaks.
  /external/compiler-rt/include/sanitizer/
lsan_interface.h 23 // be treated as non-leaks. Disable/enable pairs may be nested.
35 // you have intentional memory leaks in your shutdown code). Calling this
38 // are memory leaks and the exit_code flag is non-zero.
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
heap_checker.html 19 <p>This is the heap checker we use at Google to detect memory leaks in
54 at program-exit. If it finds any memory leaks -- that is, any memory
136 <p>In some cases you want to check the whole program for memory leaks,
139 server one might wish to simply periodically check for leaks while the
141 <code>NoGlobalLeaks()</code>, to verify no global leaks have happened
166 code to verify they do not have memory leaks. This check verifies that
197 <h2><a name="disable">Disabling Heap-checking of Known Leaks</a></h2>
199 <p>Sometimes your code has leaks that you know about and are willing
213 from such objects are not reported as leaks.
256 (that is, do not report them as leaks)
    [all...]
  /external/chromium/base/debug/
leak_annotations.h 15 // Annotate a program scope as having memory leaks. Tcmalloc's heap leak
  /external/chromium/chrome/browser/ui/cocoa/status_icons/
status_icon_mac_unittest.mm 20 // Create an icon, set the tool tip, then shut it down (checks for leaks).
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher_factory.h 24 // to prevent leaks.

Completed in 464 milliseconds

1 2 3 4 5 6 7 8 91011>>