HomeSort by relevance Sort by last modified time
    Searched full:leak (Results 151 - 175 of 1447) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/linux-tools-perf/util/
quote.h 23 * Note that the above examples leak memory! Remember to free result from
  /external/mesa3d/src/gallium/tests/graw/
SConscript 27 'shader-leak',
  /external/stlport/test/eh/
nc_alloc.h 39 // Leak detection
48 // Call this to begin a new leak-detection cycle. Resets all
52 // Returns true iff leak detection is currently in effect
55 // Ends leak detection and reports any resource leaks.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_incomplete.py 35 # to not leak references, we must clean _pointer_type_cache
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_incomplete.py 35 # to not leak references, we must clean _pointer_type_cache
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Partitions.cpp 48 // We could ASSERT here for a memory leak within the partition, but it leads
49 // to very hard to diagnose ASSERTs, so it's best to leave leak checking for
  /external/clang/test/Analysis/
malloc-annotations.c 29 return; // expected-warning{{Potential leak of memory pointed to by}}
57 return; // expected-warning{{Potential leak of memory pointed to by}}
62 return; // expected-warning{{Potential leak of memory pointed to by}}
67 } // expected-warning{{Potential leak of memory pointed to by}}
76 } // expected-warning{{Potential leak of memory pointed to by}}
117 // No leak if malloc returns null.
242 return; // expected-warning{{Potential leak of memory pointed to by}}
261 return result; // expected-warning{{Potential leak of memory pointed to by}}
NewDelete-checker-test.cpp 18 // expected-warning@-2{{Potential leak of memory pointed to by 'p'}}
25 // expected-warning@-2{{Potential leak of memory pointed to by 'p'}}
32 // expected-warning@-2{{Potential leak of memory pointed to by 'p'}}
39 // expected-warning@-2{{Potential leak of memory pointed to by 'p'}}
47 // expected-warning@-2{{Potential leak of memory pointed to by 'p'}}
54 // expected-warning@-2{{Potential leak of memory pointed to by 'p'}}
85 // Ensure that we don't consider this a leak.
new.cpp 84 // Ensure that we don't consider this a leak.
89 // Ensure that we don't consider this a leak.
94 // Ensure that we don't consider this a leak.
99 // Ensure that we don't consider this a leak.
141 } // expected-warning{{Potential leak of memory pointed to by 'x'}}
  /external/valgrind/main/memcheck/tests/
noisy_child.stderr.exp 20 For a detailed leak analysis, rerun with: --leak-check=full
partial_load_ok.stderr.exp 25 For a detailed leak analysis, rerun with: --leak-check=full
partial_load_ok.stderr.exp64 25 For a detailed leak analysis, rerun with: --leak-check=full
  /external/chromium_org/third_party/libxml/src/
testapi.c     [all...]
  /external/compiler-rt/lib/lsan/
lsan_common.h 45 // Print addresses of leaked objects after main leak report.
47 // Aggregate two objects into one leak if this many stack frames match. If
81 struct Leak {
99 InternalMmapVector<Leak> leaks_;
142 // leak checking and also before every call to pthread_create() (to handle cases
143 // where leak checking is initiated from a non-main thread).
  /external/valgrind/main/memcheck/docs/
mc-manual.xml 381 <sect2 id="mc-manual.leaks" xreflabel="Memory leak detection">
382 <title>Memory leak detection</title>
390 <para>If <option>--leak-check</option> is set appropriately, for each
492 indirect leak is fixed, Memcheck won't report such blocks individually
517 <para>The following is an example leak summary.</para>
520 LEAK SUMMARY:
528 <para>If <option>--leak-check=full</option> is specified,
533 <option>--leak-resolution</option> lets you control the
543 by 0x........: mk (leak-tree.c:11)
544 by 0x........: main (leak-tree.c:39
    [all...]
  /external/valgrind/main/
darwin9.supp 131 Memcheck:Leak
143 Memcheck:Leak
156 Memcheck:Leak
168 macos-__setenv-leak-see-our-bug-188572
169 Memcheck:Leak
175 macos-localeconv-leak
176 Memcheck:Leak
  /external/chromium/testing/gtest/samples/
sample10_unittest.cc 32 // a primitive leak checker.
121 "custom leak checking in the tests.");
124 // leak checker.
128 // Adds the leak checker to the end of the test event listener list,
133 // leak checker's OnTestEnd() method are processed by the text and XML
  /external/chromium_org/testing/gtest/samples/
sample10_unittest.cc 32 // a primitive leak checker.
120 "custom leak checking in the tests.");
123 // leak checker.
127 // Adds the leak checker to the end of the test event listener list,
132 // leak checker's OnTestEnd() method are processed by the text and XML
  /external/gtest/samples/
sample10_unittest.cc 32 // a primitive leak checker.
121 "custom leak checking in the tests.");
124 // leak checker.
128 // Adds the leak checker to the end of the test event listener list,
133 // leak checker's OnTestEnd() method are processed by the text and XML
  /external/libvpx/libvpx/third_party/googletest/src/samples/
sample10_unittest.cc 32 // a primitive leak checker.
121 "custom leak checking in the tests.");
124 // leak checker.
128 // Adds the leak checker to the end of the test event listener list,
133 // leak checker's OnTestEnd() method are processed by the text and XML
  /external/protobuf/gtest/samples/
sample10_unittest.cc 32 // a primitive leak checker.
121 "custom leak checking in the tests.");
124 // leak checker.
128 // Adds the leak checker to the end of the test event listener list,
133 // leak checker's OnTestEnd() method are processed by the text and XML
  /ndk/sources/third_party/googletest/googletest/samples/
sample10_unittest.cc 32 // a primitive leak checker.
120 "custom leak checking in the tests.");
123 // leak checker.
127 // Adds the leak checker to the end of the test event listener list,
132 // leak checker's OnTestEnd() method are processed by the text and XML
  /external/bison/tests/
testsuite     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker-bcad.cc 35 // A file to ensure that components of heap leak checker run before
44 // consider that allocation to be a leak, even though it's not (since
56 // A helper class to ensure that some components of heap leak checking
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker-bcad.cc 35 // A file to ensure that components of heap leak checker run before
44 // consider that allocation to be a leak, even though it's not (since
56 // A helper class to ensure that some components of heap leak checking

Completed in 1461 milliseconds

1 2 3 4 5 67 8 91011>>