/dalvik/docs/ |
heap-profiling.html | 12 and looking for memory leaks. Getting at the information can be tricky,
|
/external/bluetooth/glib/tests/ |
shell-test.c | 226 /* Leaks the error, which is no big deal and easy to fix if we
|
/external/dbus/ |
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/gtest/include/gtest/internal/ |
gtest-linked_ptr.h | 38 // - Like all reference counting schemes, cycles lead to leaks.
|
/external/kernel-headers/original/asm-x86/ |
cpufeature_32.h | 78 #define X86_FEATURE_FXSAVE_LEAK (3*32+10) /* FXSAVE leaks FOP/FIP/FOP */
|
/external/skia/src/views/ |
SkEventSink.cpp | 337 on shutdown, to ensure no memory leaks. It should not be called
|
/external/srec/tools/grxmlcompile/ |
grxmldoc.h | 24 // #define MEMTRACE // Uses mtrace() to detect leaks
|
/external/webkit/JavaScriptCore/runtime/ |
UStringImpl.h | 81 void* m_leaksPtr; // Only used to allow tools like leaks on OSX to detect that the memory is referenced.
|
/external/webkit/WebKitTools/Scripts/ |
parse-malloc-history | 78 # Then try leaks format
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
buildbot_unittest.py | 122 { 'name': u'SnowLeopard Intel Leaks', },
|
/frameworks/base/core/java/android/widget/ |
Chronometer.java | 180 * Widget is not visible. To make sure resource leaks do not occur, the user should
|
/frameworks/base/docs/html/resources/articles/ |
faster-screen-orientation-change.jd | 121 href="http://www.curious-creature.org/2008/12/18/avoid-memory-leaks-on-android/">you will leak</a>
|
/packages/apps/Phone/src/com/android/phone/ |
CallLogAsync.java | 79 // of memory leaks in the past that resulted from storing
|
/frameworks/base/core/java/android/os/ |
Handler.java | 68 * of classes can potentially create leaks. 114 Log.w(TAG, "The following Handler class should be static or leaks might occur: " + 138 Log.w(TAG, "The following Handler class should be static or leaks might occur: " +
|
/external/bison/ |
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. 566 * Fixed parser memory leaks.
|
/external/bluetooth/glib/docs/reference/glib/ |
running.sgml | 99 for tracking memory leaks in modules which are later unloaded; but it can
|
/external/freetype/src/sfnt/ |
sfdriver.c | 219 /* shouldn't happen, but just in case to avoid memory leaks */
|
/external/icu4c/common/unicode/ |
uclean.h | 107 * benefit is to eliminate reports of memory or resource leaks originating
|
/external/ipsec-tools/src/racoon/ |
session.c | 341 /* XXX possible mem leaks and no way to go back for now !!!
|
/external/opencore/doc/oscl_html/ |
oscl__init_8h-source.html | 17 00020 <span class="comment">//For logging memory leaks, this module relies directly on fprintf to FILE.</span>
|
/external/openssl/apps/ |
sess_id.c | 179 /* just testing for memory leaks :-) */
|
/external/openssl/crypto/asn1/ |
a_object.c | 365 #ifndef CONST_STRICT /* disable purely for compile-time strict const checking. Doing this on a "real" compile will cause memory leaks */
|
/external/srec/portable/include/ |
pmemory.h | 293 * memory leaks from pmemReport(), which is useful for internal variables which are deallocated after the
|
/external/stlport/test/eh/ |
LeakCheck.h | 61 Reports any detected memory leaks and checks any invariant defined for the
|
/frameworks/base/test-runner/src/android/test/ |
ActivityUnitTestCase.java | 170 // Scrub out members - protects against memory leaks in the case where someone
|