Searched refs:leaked (Results 1 – 25 of 42) sorted by relevance
12
13 int* leaked __attribute__((unused)); in main() local43 leaked = malloc(77); in main()44 leaked = 0; in main()
34 To see details of leaked memory, give 'full' arg to leak_check46 To see details of leaked memory, give 'full' arg to leak_check58 To see details of leaked memory, give 'full' arg to leak_check70 To see details of leaked memory, give 'full' arg to leak_check84 To see details of leaked memory, give 'full' arg to leak_check98 To see details of leaked memory, give 'full' arg to leak_check112 To see details of leaked memory, give 'full' arg to leak_check
10 Rerun with --leak-check=full to see details of leaked memory
89 Rerun with --leak-check=full to see details of leaked memory
214 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument228 leaked = _qzz_leaked; \236 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument250 leaked = _qzz_leaked; \
82 size_t leaked = allocated2 - allocated1; in test_threads() local83 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()
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.
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 …]
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 …]
659 // foo is not leaked, since it has been deallocated.884 // PR 4230 - an autorelease pool is not necessarily leaked during a premature3252 // 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 …]
301 // On return (intraprocedural), assume CF objects are leaked.307 // On return (intraprocedural), assume NSObjects are not leaked.
526 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not…528 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not…1011 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'obj5' is not…1013 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'obj5' is not…1142 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'obj6' is not…1144 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'obj6' is not…1532 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not…1534 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' 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 …]
45 #error FOO leaked from module
22 int *leaked = new int[666]; in Child() local
21 "Print addresses of leaked objects after main leak report.")
79 # output the biggest definitely leaked record:
60 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
94 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
271 bytes and blocks leaked by this error.343 to them are also in leaked blocks
481 KIND of the form "Leak_*", to indicate the number of leaked bytes and554 to them are also in leaked blocks
37 including the list of leaked memory blocks with the source
310 ERROR: 3 leaked mock objects found at program exit.
40 …ce() times, if any objects have not been destroyed, they are reported as leaked objects. If a Dbg …