HomeSort by relevance Sort by last modified time
    Searched full:leaks (Results 176 - 200 of 776) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/docs/
relnotes-7.6.1.html 67 <li>Fixed assorted memory leaks (usually on error paths)
  /external/qemu/docs/
ANDROID-MEMCHECK.TXT 8 - Memory leaks
  /external/speex/libspeex/
kiss_fft.h 62 * The returned value should be free()d when done to avoid memory leaks.
  /external/srtp/crypto/kernel/
alloc.c 59 * be used to locate memory leaks, by turning on memory debugging,
  /external/stlport/test/eh/
nc_alloc.h 55 // Ends leak detection and reports any resource leaks.
  /external/v8/test/mjsunit/
error-constructors.js 53 // name property with a getter can leaks error objects from different
  /external/valgrind/main/docs/internals/
3_4_BUGSTATUS.txt 33 186790 Suppression pattern used for leaks are not reported
  /external/webrtc/src/system_wrappers/interface/
scoped_refptr.h 16 // avoid common memory leaks caused by forgetting to Release an object
  /frameworks/base/core/java/android/text/
SpanSet.java 103 * Removes all internal references to the spans to avoid memory leaks.
  /frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase.java 86 // Scrub out members - protects against memory leaks in the case where someone
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
n_r3964.h 36 * fixed some memory leaks
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
n_r3964.h 36 * fixed some memory leaks
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
n_r3964.h 36 * fixed some memory leaks
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 79 # 'wndclass.lpfnWndProc' leaks 94 references. Why?
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_funcptr.py 79 # 'wndclass.lpfnWndProc' leaks 94 references. Why?
  /external/chromium_org/tools/valgrind/drmemory/
suppressions_full.txt 23 # Leaks inside GoogleDesktop - it injects into our processes for some reason
54 # Tiny locale-related leaks in ntdll. Probably system bug.
519 # Lots of leaks from our interactions with the system certificate store. May be
749 # Matches lots of RPC related leaks. So far RPC handles have been mostly owned
770 name=http://crbug.com/109278 video device COM leaks
775 name=http://crbug.com/109278 audio device COM leaks
879 # Various TLS leaks that we don't understand yet. We should be finding a root
909 name=i#757: RPC binding leaks in sspicli.dll
1022 # This test intentionally leaks an object and checks that it's never deleted.
1093 # Test intentionally leaks an object
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_destroyer.cc 53 // we need to identify if there are leaks when we run Debug builds.
76 // these potential leaks, but we handle it in release so that we don't
  /external/chromium_org/tools/memory_watcher/
memory_watcher.cc 196 // We can only dump the leaks once. We'll cleanup the hooks here.
251 fprintf(file_, "Total Leaks: %d\n", total_blocks);
  /external/libexif/
NEWS 139 * Bug fixes for memory leaks, format strings, month one off, ...
157 * Small bug fixes (typos, memory leaks, ...) and feature
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.cpp 514 leaks = FALSE;
584 UBool rval = this->leaks;
585 this->leaks = leaksVal;
1051 // being run a second time local to a specific method in order to report only actual leaks
1053 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1078 UBool leaks = FALSE; local
1109 else if (strcmp("leaks", str) == 0 ||
1111 leaks = TRUE;
1153 "### exhaustive (e), leaks (l), -x xmlfile.xml, prop:<propery>=<value>, \n"
1181 major.setLeaks( leaks );
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 530 leaks = FALSE;
607 UBool rval = this->leaks;
608 this->leaks = leaksVal;
1077 // being run a second time local to a specific method in order to report only actual leaks
1079 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1105 UBool leaks = FALSE; local
1136 else if (strcmp("leaks", str) == 0 ||
1138 leaks = TRUE;
1183 "### exhaustive (e), leaks (l), -x xmlfile.xml, prop:<propery>=<value>, \n"
1212 major.setLeaks( leaks );
    [all...]
  /external/chromium_org/third_party/libxml/src/
runsuite.c 1084 printf("Ran %d tests, %d errors, %d leaks\n",
1095 printf("Ran %d tests, %d errors, %d leaks\n",
1106 printf("Ran %d tests, %d errors, %d leaks\n",
1121 printf("Ran %d tests (%d schemata), %d errors (%d internals), %d leaks\n",
1138 printf("Ran %d tests (%d schemata), %d errors (%d internals), %d leaks\n",
1155 printf("Ran %d tests (%d schemata), %d errors (%d internals), %d leaks\n",
1168 printf("Total %d tests, %d errors, %d leaks\n",
  /external/valgrind/main/docs/xml/
FAQ.xml 129 incorrectly report space leaks in glibc.</para>
137 the glibc people, since they are not real leaks), but at least the
231 reports 'still reachable' memory leaks involving these classes at
443 All heap blocks were freed -- no leaks are possible
519 fix those leaks!</para>
525 If you fix the "definitely lost" leaks, the "indirectly lost" leaks
  /external/compiler-rt/lib/lsan/
lsan_common.cc 378 Report("ERROR: LeakSanitizer: detected memory leaks\n");
418 // A hard limit on the number of distinct leaks, to avoid quadratic complexity
419 // in LeakReport::Add(). We don't expect to ever see this many leaks in
452 Printf("Too many leaks! Only the first %zu leaks encountered will be "
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics.cc 206 // Note: This leaks memory, which is expected behavior.
221 // Note: This leaks memory, which is expected behavior.
236 // Note: This leaks memory, which is expected behavior.

Completed in 790 milliseconds

1 2 3 4 5 6 78 91011>>