/external/webkit/WebKitTools/Scripts/ |
run-webkit-tests | 265 -m|--merge-leak-depth arg Merges leak callStacks and prints the number of unique leaks beneath a callstack depth of arg. Defaults to 5. 284 'merge-leak-depth|m:5' => \$mergeDepth, [all...] |
parse-malloc-history | 79 # Leak: 0x0ac3ca40 size=48 84 ($byteCount) = ($line =~ /Leak: [x[:xdigit:]]* size=(\d+)/);
|
/bionic/libc/bionic/ |
malloc_debug_common.h | 30 * Contains declarations of types and constants used by malloc leak
|
/external/dbus/ |
AUTHORS | 23 Bernard Leak <bernard@brenda-arkle.demon.co.uk>
|
/external/e2fsprogs/lib/uuid/ |
uuid_generate.3.in | 70 because of the use of the ethernet MAC address, it can leak
|
/external/icu4c/io/ |
locbund.c | 15 * 12/10/1999 bobbyr(at)optiosoftware.com Fix for memory leak + string allocation bugs
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_init.h | 95 FILE* iOutputFile; //Output file for memory leak report.
|
/external/webkit/WebCore/platform/image-decoders/qt/ |
RGBA32BufferQt.cpp | 80 // This function should only be called once, it will leak memory
|
/external/webkit/WebCore/platform/image-decoders/skia/ |
ImageDecoderSkia.cpp | 69 // This function should only be called once, it will leak memory
|
/external/webkit/WebKitTools/WinLauncher/ |
stdafx.h | 62 // Visual Studio Leak Detection
|
/frameworks/base/core/jni/ |
android_database_SQLiteCompiledSql.cpp | 55 // Make sure not to leak the statement if it already exists
|
/external/opencore/doc/oscl_html/ |
osclconfig__memory_8h-source.html | 38 00030 <span class="comment">/* PVMEM_INST_LEVEL - Memory leak instrumentation level enables the compilation</span> 39 00031 <span class="comment"> * of detailed memory leak info (filename + line number).</span>
|
/packages/apps/Camera/tests/src/com/android/camera/stress/ |
ImageCapture.java | 56 //the tolerant memory leak 173 //memory leak greter than the tolerant
|
/packages/apps/Email/src/org/apache/commons/io/ |
FileCleaner.java | 125 * loader it was started from terminates. This can consitute a memory leak.
132 * posing a memory leak.
|
FileCleaningTracker.java | 160 * loader it was started from terminates. This can consitute a memory leak.
167 * posing a memory leak.
|
/external/skia/src/animator/ |
SkAnimator.cpp | 668 for (SkDisplayable** leak = SkDisplayable::fAllocations.begin(); leak < SkDisplayable::fAllocations.end(); leak++) 669 SkDebugf("%08x %s\n", *leak, (*leak)->id);
|
/external/opencore/pvmi/pvmf/src/ |
pvmi_kvp_util.cpp | 358 "keyExclusivePtr" pointer is used to prevent any memory leak 428 /* keyExclusivePtr" pointer is used to prevent any memory leak 493 "keyExclusivePtr" pointer is used to prevent any memory leak
|
/external/v8/src/ |
compilation-cache.cc | 237 // Probe the script generation tables. Make sure not to leak handles 295 // Make sure not to leak the table into the surrounding handle 335 // Make sure not to leak the table into the surrounding handle
|
/external/srec/portable/include/ |
phashtable.h | 146 * deleting the table to avoid memory leak. 202 * function might cause a leak in the event that the key needs to be deleted.
|
/bionic/libc/unistd/ |
popen.c | 83 * because vfork() instead of fork(), must leak FILE *,
|
/dalvik/libcore/luni/src/main/java/java/util/ |
ArrayList.java | 410 a[s] = null; // Prevent memory leak 423 a[s] = null; // Prevent memory leak 433 a[s] = null; // Prevent memory leak 592 a[--size] = null; // Prevent memory leak
|
/dalvik/tests/etc/ |
local-run-test-jar | 108 #valgrind_cmd="valgrind --leak-check=full"
|
/development/testrunner/ |
run_command.py | 176 "--leak-check=yes", "-q", binary],
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_getenv.c | 35 static char *SDL_envmem = NULL; /* Ugh, memory leak */
|
/external/skia/emoji/ |
EmojiFont.cpp | 119 // the "leak" may not be too important
|