HomeSort by relevance Sort by last modified time
    Searched full:leak (Results 1 - 25 of 330) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKitTools/Scripts/
run-leaks 93 foreach my $leak (@$leakList) {
94 print $leak->{"leaksOutput"};
128 # Leak: 0x00000000 size=1234 [instance of 'blah']
131 # Call stack: leak_caller() | leak() | malloc
133 # We treat every line except for Process 00000: and Leak: as optional
146 reportError("Could not parse leak count reported by leaks tool.");
155 if ($line =~ /^Leak: /) {
156 my ($address) = ($line =~ /Leak: ([[:xdigit:]x]+)/);
158 reportError("Could not parse Leak address.");
164 reportError("Could not parse Leak size.")
    [all...]
  /external/opencore/oscl/oscl/osclbase/src/
oscl_mem_inst.h 44 ** memory leak tracking. Detailed memory leak information (file
50 ** PVMEM_INST_LEVEL 0 -- detailed memory leak reporting information
52 ** PVMEM_INST_LEVEL 1 -- detailed memory leak reporting information
  /external/stlport/test/eh/
nc_alloc.h 39 // Leak detection
48 // Call this to begin a new leak-detection cycle. Resets all
52 // Returns true iff leak detection is currently in effect
55 // Ends leak detection and reports any resource leaks.
  /external/webkit/WebCore/manual-tests/memory/
xhr-repeated-string-access.xml 4 <title>Massive Memory Leak</title>
  /external/v8/tools/
run-valgrind.py 40 '--leak-check=full',
57 # Look through the leak details and make sure that we don't
70 # Make sure we found between 2 and 3 leak lines.
  /external/webkit/JavaScriptCore/wtf/
RefCountedLeakCounter.cpp 71 LOG(RefCountedLeaks, "LEAK: %u %s", m_count, m_description);
74 LOG(RefCountedLeaks, "No leak checking done: %s", leakMessageSuppressionReasons->begin()->first);
  /external/zlib/contrib/minizip/
ChangeLogUnzip 3 - Fix possible memory leak in unzip.c (Zoran Stevanovic)
31 - fix memory leak in minizip.c
  /external/opencore/doc/oscl_html/
oscl__mem__inst_8h-source.html 25 00027 <span class="comment">** memory leak tracking. Detailed memory leak information (file</span>
31 00033 <span class="comment">** PVMEM_INST_LEVEL 0 -- detailed memory leak reporting information</span>
33 00035 <span class="comment">** PVMEM_INST_LEVEL 1 -- detailed memory leak reporting information</span>
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_leaks.h 24 /* Define this if you want surface leak detection code enabled */
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
AbstractMemorySpy.java 110 // There is a leak if we were not auto-freeing this memory.
113 .println("Memory Spy! Fixed memory leak by freeing " + wrapper.shadow); //$NON-NLS-1$
  /external/opencore/oscl/oscl/config/android/
osclconfig_memory.h 47 /* PVMEM_INST_LEVEL - Memory leak instrumentation level enables the compilation
48 * of detailed memory leak info (filename + line number).
  /external/opencore/oscl/oscl/config/linux/
osclconfig_memory.h 46 /* PVMEM_INST_LEVEL - Memory leak instrumentation level enables the compilation
47 * of detailed memory leak info (filename + line number).
  /frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProviderTest.java 48 // tests that we don't leak file descriptors or virtual address space
52 // open enough file descriptors that we will crash something if we leak FDs
  /external/dbus/tools/
dbus-cleanup-sockets.1 31 leak when programs using D-Bus exit abnormally or without closing
  /external/ipsec-tools/
ChangeLog 30 * src/racoon/crypto_openssl.c: From Ross Meng: Fix a memory leak in
48 signature verification memory leak.
53 * src/racoon/nattraversal.c: Fix a memory leak in nat-t keepalive
146 memory leak on configuration file reread
283 * src/racoon/grabmyaddr.c: fixed a socket leak
465 * src/racoon/crypto_openssl.c: From Joy Latten: fix a memory leak
536 * src/racoon/proposal.c: Fix memory leak (Coverity 3438 and 3437)
579 * src/racoon/admin.c: Fix memory leak (Coverity 2002)
581 * src/racoon/: admin.c, isakmp.c, sockmisc.c: Fix memory leak
610 * src/racoon/ipsec_doi.c: FIx memory leak (Coverity 4181
    [all...]
NEWS 5 o Fix a remote crash and a memory leak
16 o A bunch of memory leak and possible memory corruptions (triggerable
20 o Fixes a memory leak when invalid proposal received
  /external/v8/test/mjsunit/
leakcheck.js 29 * This test is run with leak detection when running special tests.
  /frameworks/base/docs/html/resources/articles/
avoiding-memory-leaks.jd 37 View hierarchy and all its resources. Therefore, if you leak the <code>Context</code>
38 ("leak" meaning you keep a reference to it thus preventing the GC from
39 collecting it), you leak a lot of memory. Leaking an entire activity
  /external/clearsilver/util/
neo_date.c 27 * many versions of putenv do a strdup... and then leak the memory the
  /external/webkit/WebCore/bindings/v8/
V8GCController.h 74 // For debugging and leak detection purpose.
  /frameworks/base/core/java/android/view/
WindowManagerImpl.java 286 WindowLeaked leak = new WindowLeaked( local
289 leak.setStackTrace(root.getLocation().getStackTrace());
290 Log.e("WindowManager", leak.getMessage(), leak);
  /system/extras/tests/bionic/libc/other/
test_vfprintf_leak.c 28 /* this test is used to check that a memory-leak in vfprintf was fixed.
  /external/opencore/oscl/oscl/osclproc/src/
oscl_init.cpp 147 fprintf(aFile, "ERROR: Leak info is incomplete.\n");
151 fprintf(aFile, "Leak Info:\n");
  /external/webkit/WebKitTools/WebKitAPITest/tests/
WebViewDestruction.cpp 86 // We haven't crashed. Release the WebView and ensure that its view window has been destroyed and the WebView doesn't leak.
115 // Tests that releasing a WebView without calling IWebView::close or DestroyWindow doesn't leak. <http://webkit.org/b/33162>
  /bionic/libc/bionic/
malloc_debug_common.c 31 * routines that are used by malloc leak detection code and other components in
35 * more tricky, malloc leak detection code, implemented in
39 * to all, leak detection code and other components via dynamic (libc.so),
257 * 1 - For memory leak detections.
390 "%s using MALLOC_DEBUG = %d (leak checker)\n",

Completed in 110 milliseconds

1 2 3 4 5 6 7 8 91011>>