Searched refs:leaked (Results 1 – 25 of 55) sorted by relevance
123
62 int leaked = m_endCount - m_startCount; in ~GDIObjectCounter() local63 if (leaked != 0) in ~GDIObjectCounter()64 …mLeaks, "%s: leaked %d GDI object%s!", m_identifier.latin1().data(), leaked, leaked == 1 ? "" : "s… in ~GDIObjectCounter()
13 int* leaked __attribute__((unused)); in main() local43 leaked = malloc(77); in main()44 leaked = 0; in main()
211 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument225 leaked = _qzz_leaked; \233 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument247 leaked = _qzz_leaked; \
187 bool leaked = gTestController.ReportLeaked();188 EH_ASSERT( !leaked );189 if ( leaked )
43 …CFTypeRef leaked = CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to functio…44 …return; // expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenc…48 …CFTypeRef leaked = CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to functio…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 …return; // expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenc…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 …]
46 …id leaked = [[NSObject alloc] init]; // expected-warning{{leak}} expected-note{{Method returns an …47 …return; // expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenc…51 …CFTypeRef leaked = CFCreateSomething(); // expected-warning{{leak}} expected-note{{Call to functio…52 …return; // expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenc…56 …id leaked = [foo methodWithValue]; // expected-warning{{leak}} expected-note{{Method returns an Ob…57 …[leaked retain]; // expected-note{{Reference count incremented. The object now has a +1 retain cou…58 …[leaked retain]; // expected-note{{Reference count incremented. The object now has a +2 retain cou…59 …[leaked release]; // expected-note{{Reference count decremented. The object now has a +1 retain co…60 …return; // expected-note{{Object leaked: object allocated and stored into 'leaked' is not referenc…64 …id leaked = foo.propertyValue; // expected-warning{{leak}} expected-note{{Property returns an Obje…[all …]
301 // On return (intraprocedural), assume CF objects are leaked.307 // On return (intraprocedural), assume NSObjects are not leaked.
633 // foo is not leaked, since it has been deallocated.858 // PR 4230 - an autorelease pool is not necessarily leaked during a premature3136 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not…3138 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not…3414 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not…3416 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not…3632 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not…3634 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is not…3850 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is ret…3852 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'date' is ret…[all …]
1321 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'value' is no…1323 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'value' is no…
2090 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'foo' is not …2092 // CHECK-NEXT: <string>Object leaked: object allocated and stored into 'foo' is not …
347 WorkerFileSystemCallbacksBridge* leaked = bridge.leakRef(); in runTaskOnMainThread() local348 UNUSED_PARAM(leaked); in runTaskOnMainThread()
33 leaked blocks the process left behind.
58 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
40 // Must be set or else self will be leaked.
271 bytes and blocks leaked by this error.343 to them are also in leaked blocks
476 KIND of the form "Leak_*", to indicate the number of leaked bytes and549 to them are also in leaked blocks
63 // image will be leaked, but this code should never be hit.
215 // Make absolutely sure that no popups are leaked.
310 ERROR: 3 leaked mock objects found at program exit.
527 # FIXME: These file handles are leaked.
4418 leaked bytes to speed up searching on long lines.4440 number of leaked bytes in Leaks Viewer4454 Show the number of leaked bytes, not just leaked allocations, in Leaks Viewer4456 The Self and Total columns now report the number of leaked bytes. The new Calls column shows4457 the number of leaked allocations. And the new Average column shows the average number of4458 leaked bytes per call.4460 Fixes <http://webkit.org/b/56344> Leaks Viewer should show how many bytes were leaked, not4466 (LeaksParserWorker.prototype._parseLeaks): Parse the number of leaked bytes from the "Leak:"4471 property, and changed to store the number of leaked bytes in .selfTime/.totalTime.4472 .numberOfCalls now holds the number of leaked allocations.[all …]
248 static KeystoneGlue* sDefaultKeystoneGlue = nil; // leaked
780 fewer leaked blocks.2604 leaked cycles. When reporting leaked memory, it can distinguish2605 between directly leaked memory (memory with no references), and2606 indirectly leaked memory (memory only referred to by other leaked
4289 1 Structure leaked beneath JSGlobalData::storeVPtrs()4343 1 Structure leaked beneath JSGlobalData::storeVPtrs()4422 1 Structure leaked beneath JSGlobalData::storeVPtrs()7588 PatternAlternative leaked in YarrPatternConstructor::atomParenthesesEnd()8069 be leaked).
1664 master key). (Note that, of course, a leaked master key reveals all2211 information might also be "leaked".