/external/webkit/V8Binding/v8/tools/ |
D | run-valgrind.py | 62 leaks = [] variable 65 leaks.append(line) 71 if len(leaks) < 2 or len(leaks) > 3:
|
/external/opencore/oscl/oscl/osclproc/src/ |
D | oscl_init.cpp | 139 uint32 leaks = auditCB.pAudit->MM_GetNumAllocNodes(); in _OsclMemCleanup() 140 if (leaks != 0) in _OsclMemCleanup() 142 fprintf(aFile, "ERROR: %d Memory leaks detected!\n", leaks); in _OsclMemCleanup() 143 MM_AllocQueryInfo*info = auditCB.pAudit->MM_CreateAllocNodeInfo(leaks); in _OsclMemCleanup() 144 uint32 leakinfo = auditCB.pAudit->MM_GetAllocNodeInfo(info, leaks, 0); in _OsclMemCleanup() 145 if (leakinfo != leaks) in _OsclMemCleanup()
|
/external/opencore/engines/2way/test/src/ |
D | test_engine.cpp | 798 uint32 leaks = 0; in local_main() local 814 leaks = auditCB.pAudit->MM_GetNumAllocNodes(); in local_main() 815 if (leaks != 0) in local_main() 817 fprintf(fileoutput, "ERROR: %d Memory leaks detected!\n", leaks); in local_main() 818 MM_AllocQueryInfo*info = auditCB.pAudit->MM_CreateAllocNodeInfo(leaks); in local_main() 819 uint32 leakinfo = auditCB.pAudit->MM_GetAllocNodeInfo(info, leaks, 0); in local_main() 820 if (leakinfo != leaks) in local_main()
|
/external/icu4c/test/intltest/ |
D | intltest.cpp | 510 leaks = FALSE; in IntlTest() 569 UBool rval = this->leaks; in setLeaks() 570 this->leaks = leaksVal; in setLeaks() 979 UBool leaks = FALSE; in main() local 1009 leaks = TRUE; in main() 1054 major.setLeaks( leaks ); in main() 1065 fprintf(stdout, " Leaks (l) : %s\n", (leaks? "On" : "Off")); in main() 1159 if (leaks) { in main() 1174 if (leaks && res) { in main()
|
D | intltest.h | 80 virtual UBool setLeaks( UBool leaks = TRUE ); 185 UBool leaks; variable
|
/external/opencore/engines/adapters/player/framemetadatautility/test/src/ |
D | test_pv_frame_metadata_utility.cpp | 823 uint32 leaks = auditCB.pAudit->MM_GetNumAllocNodes(); in local_main() local 824 if (leaks != 0) in local_main() 828 fprintf(file, "ERROR: %d Memory leaks detected!\n", leaks); in local_main() 829 MM_AllocQueryInfo*info = auditCB.pAudit->MM_CreateAllocNodeInfo(leaks); in local_main() 830 uint32 leakinfo = auditCB.pAudit->MM_GetAllocNodeInfo(info, leaks, 0); in local_main() 831 if (leakinfo != leaks) in local_main()
|
/external/freetype/src/base/ |
D | ftdbgmem.c | 354 FT_ULong leaks = 0; in ft_mem_table_destroy() local 377 leaks += node->size; in ft_mem_table_destroy() 422 leaks, leak_count ); in ft_mem_table_destroy()
|
/external/tesseract/ |
D | ChangeLog | 15 Fixed many memory leaks.
|
D | ReleaseNotes | 154 Many memory leaks have been fixed. There are no known leaks left from using
|
/external/bluetooth/bluez/ |
D | ChangeLog | 13 Fix various memory leaks. 160 Fix more SDP memory leaks. 167 Fix SDP memory leaks. 180 Fix memory leaks in hciconfig and hcitool 328 Fix various memory leaks in the device handling. 337 Fix memory leaks from DBusPendingCall. 347 Fix memory leaks with HAL messages. 570 Fix various memory leaks in input service. 833 Fix memory leaks with textfile_get() usage. 1110 Fixes for some memory leaks.
|
/external/opencore/engines/author/test/src/ |
D | pvaetest.cpp | 1767 uint32 leaks = auditCB.pAudit->MM_GetNumAllocNodes(); in local_main() local 1768 if (leaks != 0) in local_main() 1772 fprintf(file, "ERROR: %d Memory leaks detected!\n", leaks); in local_main() 1773 MM_AllocQueryInfo*info = auditCB.pAudit->MM_CreateAllocNodeInfo(leaks); in local_main() 1774 uint32 leakinfo = auditCB.pAudit->MM_GetAllocNodeInfo(info, leaks, 0); in local_main() 1775 if (leakinfo != leaks) in local_main()
|
/external/dbus/ |
D | NEWS | 84 - Numerous bug fixes and memory leaks patched 133 - Fix memory leaks 375 - fix fd leaks in socket code 529 - fix assorted memory leaks and other bugs in
|
/external/webkit/WebKitTools/ |
D | ChangeLog-2009-06-16 | 3113 Bug 23450: string leaks seen in DumpRenderTree accessibility test code 3550 layout test failures, memory leaks, and obvious incorrectness. 4657 - make run-webkit-tests --leaks default to 100 tests per run instead of 1000 4926 Add a leak counter for CachedResources since we've had two recent leaks involving them. 4934 Fix many leaks seen on fast/backgrounds/svg-as-background-1.html. 5730 Fix leaks seen on build-bot by fixing memory management of AccessibilityUIElement. 5739 which was causing additional leaks. :) 8585 Bug 16842: Hang in DRT in leaks mode due to signal handler doing unsafe things 8708 …e leaks results and print the number of unique leaks found under a certain call depth. This shoul… 9155 add Quicktime PPC only leaks to Leopard exclude list. See <rdar://problem/5667132> [all …]
|
/external/bison/ |
D | NEWS | 43 However, if the original actions were really intended, memory leaks 56 The warning is intended to help catching lost values and memory leaks. 556 * Fixed parser memory leaks.
|
/external/bluetooth/glib/docs/reference/glib/ |
D | running.sgml | 99 for tracking memory leaks in modules which are later unloaded; but it can
|
/external/opencore/engines/player/test/src/ |
D | test_pv_player_engine.cpp | 1748 uint32 leaks = auditCB.pAudit->MM_GetNumAllocNodes(); in local_main() local 1749 if (leaks != 0) in local_main() 1753 fprintf(file, "ERROR: %d Memory leaks detected!\n", leaks); in local_main() 1754 MM_AllocQueryInfo*info = auditCB.pAudit->MM_CreateAllocNodeInfo(leaks); in local_main() 1755 uint32 leakinfo = auditCB.pAudit->MM_GetAllocNodeInfo(info, leaks, 0); in local_main() 1756 if (leakinfo != leaks) in local_main()
|
/external/dropbear/ |
D | CHANGES | 27 - Fix various issues found by Klocwork defect analysis, mostly memory leaks 42 - Various minor fixes, in particular various leaks reported by
|
/external/elfutils/ |
D | NEWS | 556 Fix some memory leaks in libelf.
|
/external/bluetooth/glib/ |
D | NEWS | 511 547080 g_file_copy leaks expected errors 639 538119 glib's mainloop leaks a pipe to sub-processes 1209 503420 gkeyfile leaks a hash table 1710 311043 Memory leaks (and potential infinite loops) 1794 332093 Fix some leaks in the tests [Kjartan Maraas]
|
D | ChangeLog.pre-2-12 | 33 (g_bookmark_file_set_app_info): Plug a couple of leaks
|
D | ChangeLog.pre-2-10 | 146 * tests/completion-test.c: (main): Plug leaks reported by 277 * tests/slice-test.c: fixed leaks, reported by Kjartan Maraas.
|
/external/ipsec-tools/ |
D | ChangeLog | 119 * src/racoon/proposal.c: From Kohki Ohhira: fix some memory leaks,
|
/external/bluetooth/glib/gmodule/ |
D | ChangeLog | 811 (_g_module_symbol): bunch of memory leaks plugged.
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 232 to fix some GDI handle leaks 382 …blem/5487107> NULL dereference crash in FastMallocZone::enumerate when running leaks against Safari 477 … <rdar://problem/5478717> JSStringCreateWithCFString leaks when passed a zero length CFStringRef 1068 …<rdar://problem/4212199> 'leaks' reports false leaks in WebKit (because the WTF allocator uses mma… 1070 …Implement malloc zone introspection routines to allow leaks, heap, and friends to request informat… 1076 …* JavaScriptCore.exp: Export the two variables that are used by leaks to introspect the allocators. 1134 …em/5352887> "Out of memory" error during repeated JS string concatenation leaks hundreds of MBs of… 3835 web work. No leaks reported. No automated test for this because testing 4858 Use WTFLog instead of fprintf for logging KJS::Node leaks. 5126 We maintain this throw-back to avoid plug-in leaks, particularly from Java. [all …]
|
/external/webkit/WebKit/win/ |
D | ChangeLog-2009-06-16 | 2377 layout test failures, memory leaks, and obvious incorrectness. 5494 Add missing increment/decrement COM class counts to detect leaks. 7946 This has the side-effect of plugging some of the world leaks seen at 15066 This one didn't actually have any leaks, but I just felt like doing the 15082 <rdar://5090412> - Plug CFNumberRef leaks in WebCache 15122 plugs at least 1 definite leak and many potential leaks with 15619 Fixing some leaks 16075 This is a general leaks fix but helps the effort towards fixing 16076 <rdar://4974495> Boomer leaks while running HTML iBench 16212 from Ada and Steve (error codes, potential leaks) [all …]
|