Home
last modified time | relevance | path

Searched refs:leaked (Results 1 – 25 of 68) sorted by relevance

123

/external/libchrome/base/third_party/valgrind/
Dmemcheck.h205 #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/
Derror_counts.c13 int* leaked __attribute__((unused)); in main() local
43 leaked = malloc(77); in main()
44 leaked = 0; in main()
Dleak_cpp_interior.stderr.exp-64bit-solaris34 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
Dleak_cpp_interior.stderr.exp-solaris34 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
Dleak_cpp_interior.stderr.exp-64bit34 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
Dleak_cpp_interior.stderr.exp34 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
Dlks.stderr.exp10 Rerun with --leak-check=full to see details of leaked memory
Dleak-segv-jmp.stderr.exp89 Rerun with --leak-check=full to see details of leaked memory
/external/valgrind/memcheck/
Dmemcheck.h214 #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/
Dtest_threads.cpp82 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/
Dvalgrind-python.supp83 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/
Dvalgrind-python.supp83 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/
DLeakSanitizer.rst30 p = 0; // The memory is leaked here.
39 SUMMARY: AddressSanitizer: 7 byte(s) leaked in 1 allocation(s).
/external/clang/test/Analysis/
Dretain-release-path-notes-gc.m43 …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 …]
Dretain-release-path-notes.m47 …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 …]
Dretain-release.m659 // 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 &apos;date&apos; is not…
3254 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
3496 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
3498 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
3680 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
3682 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
3864 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is ret…
3866 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is ret…
[all …]
Dretain-release-inline.m301 // On return (intraprocedural), assume CF objects are leaked.
307 // On return (intraprocedural), assume NSObjects are not leaked.
/external/webrtc/webrtc/base/
Diosfilesystem.mm35 // 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/
Dexplicit-build-flags.cpp60 #error FOO leaked from module
/external/compiler-rt/test/lsan/TestCases/
Dswapcontext.cc22 int *leaked = new int[666]; in Child() local
/external/wycheproof/doc/
Drsa.md40 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/
Dlsan_flags.inc21 "Print addresses of leaked objects after main leak report.")
/external/valgrind/gdbserver_tests/
Dmcleak.stdinB.gdb79 # output the biggest definitely leaked record:
/external/google-breakpad/src/testing/
DCHANGES60 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
/external/python/cpython3/Doc/c-api/
Dlist.rst93 leaked.

123