HomeSort by relevance Sort by last modified time
    Searched full:leak (Results 726 - 750 of 1447) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/tcmalloc/chromium/src/
symbolize.cc 72 // called (since that's when leak-checking is done), so we make
  /external/chromium_org/third_party/tcmalloc/vendor/src/
symbolize.cc 72 // called (since that's when leak-checking is done), so we make
  /external/chromium_org/tools/memory_watcher/
preamble_patcher.h 207 // production binaries) never destroyed, resulting in a memory leak. This
  /external/chromium_org/tools/valgrind/
valgrind_test.py 538 parser.add_option("--leak-check", "--leak_check", type="string",
539 default="yes", # --leak-check=yes is equivalent of =full
540 help="perform leak checking at the end of the run")
550 ret += ["--leak-check=%s" % self._options.leak_check]
    [all...]
  /external/chromium_org/ui/gfx/
render_text_mac.cc 200 // attribute objects do not leak, they are saved to |attributes_|.
  /external/chromium_org/url/
url_util.h 32 // Cleanup is not required, except some strings may leak. For most user
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util.h 41 // should leave us with an intact database; we'd prefer to leak the occasional
  /external/clang/docs/
ClangTools.rst 145 // make_shared() is safe and the original code may leak.
  /external/clang/lib/Driver/
SanitizerArgs.h 40 NeedsLeakDetection = Leak,
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 248 ? "missing ivar release (leak)"
  /external/clang/tools/scan-view/
Reporter.py 165 if bugtype.find("leak") != -1:
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 55 return "thread leak";
  /external/elfutils/libdwfl/
ChangeLog 152 * linux-proc-maps.c (proc_maps_report): Don't leak LAST_FILE.
373 * linux-kernel-modules.c (report_kernel): Don't leak FD if !REPORT.
710 Don't leak malloc'd file name.
794 * linux-kernel-modules.c (dwfl_linux_kernel_find_elf): Don't leak
    [all...]
argp-std.c 238 /* From now we leak FD and CORE. */
  /external/expat/doc/
xmlwf.1 133 not a leak in \fBxmlwf\fR.
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSet.java 200 // a subset of another, to avoid memory leak.
  /external/icu4c/common/
uniset_closure.cpp 40 // memory leak checker tools
  /external/iproute2/tc/
m_xt_old.c 155 /* On error paths, make sure that we don't leak memory */
  /external/jpeg/
change.log 66 no longer leak memory.
  /external/kernel-headers/original/asm-arm/
uaccess.h 90 * which read from user space (*get_*) need to take care not to leak
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 175 /// memory leak. It also returns false for instructions related to control
  /external/llvm/lib/IR/
PassRegistry.cpp 33 // leak the map, AND can still resurrect after shutdown.
  /external/llvm/test/
Makefile 41 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
  /external/mesa3d/docs/
relnotes-8.0.4.html 152 <li>glsl: Hook up loop_variable_state destructor to plug a memory leak.</li>
  /external/nist-sip/java/gov/nist/javax/sip/header/
Reason.java 216 * Added NIST disclaimer to all public domain files. Clean up some javadoc. Fixed a leak

Completed in 1464 milliseconds

<<21222324252627282930>>