Home
last modified time | relevance | path

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

12

/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-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/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/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.
Dobjc-arc.m526 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
528 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
1011 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;obj5&apos; is not…
1013 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;obj5&apos; is not…
1142 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;obj6&apos; is not…
1144 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;obj6&apos; is not…
1532 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
1534 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
1833 // CHECK-NEXT: <string>Object leaked: allocated object is not referenced later in this executi…
1835 // CHECK-NEXT: <string>Object leaked: allocated object is not referenced later in this executi…
[all …]
/external/clang/test/Modules/
Dexplicit-build-flags.cpp45 #error FOO leaked from module
/external/compiler-rt/test/lsan/TestCases/
Dswapcontext.cc22 int *leaked = new int[666]; in Child() local
/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/gmock/
DCHANGES94 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
/external/valgrind/docs/internals/
Dxml-output.txt271 bytes and blocks leaked by this error.
343 to them are also in leaked blocks
Dxml-output-protocol4.txt481 KIND of the form "Leak_*", to indicate the number of leaked bytes and
554 to them are also in leaked blocks
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
DDEBUG37 including the list of leaked memory blocks with the source
/external/google-breakpad/src/testing/test/
Dgmock_output_test_golden.txt310 ERROR: 3 leaked mock objects found at program exit.
/external/vulkan-validation-layers/layers/
DREADME.md40 …ce() times, if any objects have not been destroyed, they are reported as leaked objects. If a Dbg …
/external/gmock/test/
Dgmock_output_test_golden.txt310 ERROR: 3 leaked mock objects found at program exit.

12