Home
last modified time | relevance | path

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

123

/external/webkit/Source/WebCore/platform/win/
DGDIObjectCounter.cpp62 int leaked = m_endCount - m_startCount; in ~GDIObjectCounter() local
63 if (leaked != 0) in ~GDIObjectCounter()
64 …mLeaks, "%s: leaked %d GDI object%s!", m_identifier.latin1().data(), leaked, leaked == 1 ? "" : "s… in ~GDIObjectCounter()
/external/valgrind/main/memcheck/tests/
Derror_counts.c13 int* leaked __attribute__((unused)); in main() local
43 leaked = malloc(77); in main()
44 leaked = 0; in main()
/external/valgrind/main/memcheck/
Dmemcheck.h211 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument
225 leaked = _qzz_leaked; \
233 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument
247 leaked = _qzz_leaked; \
/external/stlport/test/eh/
DLeakCheck.h187 bool leaked = gTestController.ReportLeaked();
188 EH_ASSERT( !leaked );
189 if ( leaked )
/external/clang/test/Analysis/
Dretain-release-path-notes-gc.m43 …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 …]
Dretain-release-path-notes.m46 …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 …]
Dretain-release-inline.m301 // On return (intraprocedural), assume CF objects are leaked.
307 // On return (intraprocedural), assume NSObjects are not leaked.
Dretain-release.m633 // foo is not leaked, since it has been deallocated.
858 // PR 4230 - an autorelease pool is not necessarily leaked during a premature
3136 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
3138 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
3414 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
3416 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
3632 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
3634 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is not…
3850 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is ret…
3852 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;date&apos; is ret…
[all …]
Dplist-output-alternate.m1321 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;value&apos; is no…
1323 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;value&apos; is no…
Dplist-output.m2090 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;foo&apos; is not …
2092 // CHECK-NEXT: <string>Object leaked: object allocated and stored into &apos;foo&apos; is not …
/external/webkit/Source/WebKit/chromium/src/
DWorkerFileSystemCallbacksBridge.cpp347 WorkerFileSystemCallbacksBridge* leaked = bridge.leakRef(); in runTaskOnMainThread() local
348 UNUSED_PARAM(leaked); in runTaskOnMainThread()
/external/qemu/docs/
DANDROID-MEMCHECK.TXT33 leaked blocks the process left behind.
/external/chromium/testing/gmock/
DCHANGES58 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
/external/chromium/chrome/browser/ui/cocoa/
Danimatable_image.mm40 // Must be set or else self will be leaked.
/external/valgrind/main/docs/internals/
Dxml-output.txt271 bytes and blocks leaked by this error.
343 to them are also in leaked blocks
Dxml-output-protocol4.txt476 KIND of the form "Leak_*", to indicate the number of leaked bytes and
549 to them are also in leaked blocks
/external/chromium/chrome/browser/themes/
Dtheme_service_mac.mm63 // image will be leaked, but this code should never be hit.
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_popup_controller.mm215 // Make absolutely sure that no popups are leaked.
/external/chromium/testing/gmock/test/
Dgmock_output_test_golden.txt310 ERROR: 3 leaked mock objects found at program exit.
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
Dmaster.cfg527 # FIXME: These file handles are leaked.
/external/webkit/Tools/
DChangeLog4418 leaked bytes to speed up searching on long lines.
4440 number of leaked bytes in Leaks Viewer
4454 Show the number of leaked bytes, not just leaked allocations, in Leaks Viewer
4456 The Self and Total columns now report the number of leaked bytes. The new Calls column shows
4457 the number of leaked allocations. And the new Average column shows the average number of
4458 leaked bytes per call.
4460 Fixes <http://webkit.org/b/56344> Leaks Viewer should show how many bytes were leaked, not
4466 (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 …]
/external/chromium/chrome/browser/cocoa/
Dkeystone_glue.mm248 static KeystoneGlue* sDefaultKeystoneGlue = nil; // leaked
/external/valgrind/main/
DNEWS780 fewer leaked blocks.
2604 leaked cycles. When reporting leaked memory, it can distinguish
2605 between directly leaked memory (memory with no references), and
2606 indirectly leaked memory (memory only referred to by other leaked
/external/webkit/Source/JavaScriptCore/
DChangeLog4289 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).
/external/srtp/doc/
Drfc3711.txt1664 master key). (Note that, of course, a leaked master key reveals all
2211 information might also be "leaked".

123