/external/libchrome/base/third_party/valgrind/ |
D | memcheck.h | 205 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument 219 leaked = _qzz_leaked; \ 227 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument 241 leaked = _qzz_leaked; \
|
/external/valgrind/memcheck/tests/ |
D | error_counts.c | 13 int* leaked __attribute__((unused)); in main() local 43 leaked = malloc(77); in main() 44 leaked = 0; in main()
|
D | leak_cpp_interior.stderr.exp-64bit-solaris | 34 To see details of leaked memory, give 'full' arg to leak_check 46 To see details of leaked memory, give 'full' arg to leak_check 58 To see details of leaked memory, give 'full' arg to leak_check 70 To see details of leaked memory, give 'full' arg to leak_check 84 To see details of leaked memory, give 'full' arg to leak_check 98 To see details of leaked memory, give 'full' arg to leak_check 112 To see details of leaked memory, give 'full' arg to leak_check
|
D | leak_cpp_interior.stderr.exp-solaris | 34 To see details of leaked memory, give 'full' arg to leak_check 46 To see details of leaked memory, give 'full' arg to leak_check 58 To see details of leaked memory, give 'full' arg to leak_check 70 To see details of leaked memory, give 'full' arg to leak_check 84 To see details of leaked memory, give 'full' arg to leak_check 98 To see details of leaked memory, give 'full' arg to leak_check 112 To see details of leaked memory, give 'full' arg to leak_check
|
D | leak_cpp_interior.stderr.exp-64bit | 34 To see details of leaked memory, give 'full' arg to leak_check 46 To see details of leaked memory, give 'full' arg to leak_check 58 To see details of leaked memory, give 'full' arg to leak_check 70 To see details of leaked memory, give 'full' arg to leak_check 84 To see details of leaked memory, give 'full' arg to leak_check 98 To see details of leaked memory, give 'full' arg to leak_check 112 To see details of leaked memory, give 'full' arg to leak_check
|
D | leak_cpp_interior.stderr.exp | 34 To see details of leaked memory, give 'full' arg to leak_check 46 To see details of leaked memory, give 'full' arg to leak_check 58 To see details of leaked memory, give 'full' arg to leak_check 70 To see details of leaked memory, give 'full' arg to leak_check 84 To see details of leaked memory, give 'full' arg to leak_check 98 To see details of leaked memory, give 'full' arg to leak_check 112 To see details of leaked memory, give 'full' arg to leak_check
|
D | lks.stderr.exp | 10 Rerun with --leak-check=full to see details of leaked memory
|
D | leak-segv-jmp.stderr.exp | 89 Rerun with --leak-check=full to see details of leaked memory
|
/external/valgrind/memcheck/ |
D | memcheck.h | 214 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument 228 leaked = _qzz_leaked; \ 236 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument 250 leaked = _qzz_leaked; \
|
/external/jemalloc/msvc/projects/vc2015/test_threads/ |
D | test_threads.cpp | 82 size_t leaked = allocated2 - allocated1; in test_threads() local 83 printf("\nDone. Leaked: %zd bytes\n", leaked); in test_threads() 84 …bool failed = leaked > 65536; // in case C++ runtime allocated something (e.g. iostream locale or … in test_threads()
|
/external/python/cpython2/Misc/ |
D | valgrind-python.supp | 83 Handle PyMalloc confusing valgrind (possibly leaked) 91 Handle PyMalloc confusing valgrind (possibly leaked) 99 Handle PyMalloc confusing valgrind (possibly leaked) 111 Handle pthread issue (possibly leaked) 120 Handle pthread issue (possibly leaked)
|
/external/python/cpython3/Misc/ |
D | valgrind-python.supp | 83 Handle PyMalloc confusing valgrind (possibly leaked) 91 Handle PyMalloc confusing valgrind (possibly leaked) 99 Handle PyMalloc confusing valgrind (possibly leaked) 111 Handle pthread issue (possibly leaked) 120 Handle pthread issue (possibly leaked)
|
/external/clang/docs/ |
D | LeakSanitizer.rst | 30 p = 0; // The memory is leaked here. 39 SUMMARY: AddressSanitizer: 7 byte(s) leaked in 1 allocation(s).
|
/external/clang/test/Analysis/ |
D | retain-release-path-notes-gc.m | 43 …CFTypeRef leaked = CFCreateSomething(); // expected-note{{Call to function 'CFCreateSomething' ret… 44 …; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'leak… 48 …CFTypeRef leaked = CFCreateSomething(); // expected-note{{Call to function 'CFCreateSomething' ret… 49 …CFRetain(leaked); // expected-note{{Reference count incremented. The object now has a +2 retain co… 50 …CFMakeCollectable(leaked); // expected-note{{In GC mode a call to 'CFMakeCollectable' decrements a… 51 …NSMakeCollectable(leaked); // expected-note{{In GC mode a call to 'NSMakeCollectable' decrements a… 52 …CFRetain(leaked); // expected-note{{Reference count incremented. The object now has a +1 retain co… 53 …; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'leak… 67 …xpected-note{{Object leaked: object allocated and stored into 'object' and returned from method 'g… 72 …pected-note{{Object leaked: object allocated and stored into 'object' and returned from method 'co… [all …]
|
D | retain-release-path-notes.m | 47 …id leaked = [[NSObject alloc] init]; // expected-note{{Method returns an Objective-C object with a… 48 …; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'leak… 52 …CFTypeRef leaked = CFCreateSomething(); // expected-note{{Call to function 'CFCreateSomething' ret… 53 …; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'leak… 57 …id leaked = [foo methodWithValue]; // expected-note{{Method returns an Objective-C object with a +… 58 …[leaked retain]; // expected-note{{Reference count incremented. The object now has a +1 retain cou… 59 …[leaked retain]; // expected-note{{Reference count incremented. The object now has a +2 retain cou… 60 …[leaked release]; // expected-note{{Reference count decremented. The object now has a +1 retain co… 61 …; // expected-warning{{leak}} expected-note{{Object leaked: object allocated and stored into 'leak… 65 …id leaked = foo.propertyValue; // expected-note{{Property returns an Objective-C object with a +0 … [all …]
|
D | retain-release.m | 659 // foo is not leaked, since it has been deallocated. 884 // PR 4230 - an autorelease pool is not necessarily leaked during a premature 3252 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not… 3254 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not… 3496 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not… 3498 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not… 3680 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not… 3682 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not… 3864 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is ret… 3866 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is ret… [all …]
|
D | retain-release-inline.m | 301 // On return (intraprocedural), assume CF objects are leaked. 307 // On return (intraprocedural), assume NSObjects are not leaked.
|
/external/webrtc/webrtc/base/ |
D | iosfilesystem.mm | 35 // Return a (leaked) copy of a directory name suitable for application data. 43 // Return a (leaked) copy of a directory name suitable for use as a $TEMP.
|
/external/clang/test/Modules/ |
D | explicit-build-flags.cpp | 60 #error FOO leaked from module
|
/external/compiler-rt/test/lsan/TestCases/ |
D | swapcontext.cc | 22 int *leaked = new int[666]; in Child() local
|
/external/wycheproof/doc/ |
D | rsa.md | 40 PKCS #1 v1.5 encryption often depends on the amount of information leaked after 60 information about the padding is leaked. 129 \[CVE-2012-5081]: Java JSSE provider leaked information through exceptions and
|
/external/compiler-rt/lib/lsan/ |
D | lsan_flags.inc | 21 "Print addresses of leaked objects after main leak report.")
|
/external/valgrind/gdbserver_tests/ |
D | mcleak.stdinB.gdb | 79 # output the biggest definitely leaked record:
|
/external/google-breakpad/src/testing/ |
D | CHANGES | 60 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
|
/external/python/cpython3/Doc/c-api/ |
D | list.rst | 93 leaked.
|