HomeSort by relevance Sort by last modified time
    Searched full:leak (Results 1476 - 1500 of 2655) sorted by null

<<51525354555657585960>>

  /external/boringssl/src/crypto/fipsmodule/bn/
div.c 193 // This was specifically designed to contain fewer branches that may leak
gcd.c 474 // branches that may leak sensitive information; see "New Branch Prediction
  /external/capstone/
ChangeLog 293 - Fixed a memory leak for Cython disasm functions when we immaturely quit
  /external/clang/include/clang/AST/
TemplateBase.h 528 // This can leak if used in an AST node, use ASTTemplateArgumentListInfo
  /external/clang/lib/Basic/
FileManager.cpp 361 // leak the descriptor. We're not going to use the file
  /external/clang/test/Analysis/
plist-output-alternate.m 41 // <rdar://problem/8331641> leak reports should not show paths that end with exit() (but ones that don't end with exit())
54 CFNumberRef value = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &z); // expected-warning{{leak}}
    [all...]
  /external/compiler-rt/lib/asan/
asan_rtl.cc 566 // in the TLS. Let's ignore the allocation to avoid reporting a leak.
  /external/curl/docs/
THANKS 173 Bernard Leak
  /external/curl/lib/
hostip.c 344 * use, or we'll leak memory!
  /external/curl/lib/vtls/
axtls.c 690 * race condition is that some global resources will leak. */
  /external/dnsmasq/
CHANGELOG 291 Fixed minor memory leak in DBus code, thanks to Jeremy
  /external/guava/guava/src/com/google/common/collect/
ImmutableList.java 584 * implementation types do not leak into the serialized representation.
  /external/honggfuzz/mac/
arch.c 576 LOG_E("Memory leak: arch_analyzeSignal didn't free previous callstack");
  /external/icu/icu4c/source/common/
icuplug.cpp 63 UBool dontUnload; /**< TRUE if plugin must stay resident (leak plugin and lib) */
  /external/jemalloc/
INSTALL 132 Enable heap profiling and leak detection functionality. See the "opt.prof"
  /external/libchrome/base/message_loop/
message_loop.cc 470 // not completely clear why we want to leak them in the loops above. This
  /external/libchrome/base/metrics/
histogram.h 62 // pointer is NOT deleted, and we leak the histograms at process termination.
  /external/libjpeg-turbo/
jcparam.c 494 * leak if jpeg_simple_progression is called repeatedly for the same JPEG
  /external/libmojo/mojo/edk/system/
channel.cc 383 // For Mach port names, we can can just leak them. They're not real
core.cc     [all...]
node_channel.cc 414 // will leak, but that means something else has probably broken and the
  /external/libxml2/doc/html/
libxml-threads.html 41 </pre><p>xmlCleanupThreads() is used to to cleanup all the thread related data of the libxml2 library once processing has ended. WARNING: if your application is multithreaded or has plugin support calling this may crash the application if another thread or a plugin is still using libxml2. It's sometimes very hard to guess if libxml2 is in use in the application, some libraries or plugins may use it without notice. In case of doubt abstain from calling this function or do it just before calling exit() to avoid leak reports from valgrind !</p>
  /external/libxml2/doc/
python.html 250 print "Memory leak %d bytes" % (libxml2.debugMemory(1))
  /external/libxml2/
threads.c 905 * to avoid leak reports from valgrind !
  /external/llvm/cmake/modules/
HandleLLVMOptions.cmake 276 -wd4722 # Suppress 'function' : destructor never returns, potential memory leak

Completed in 1772 milliseconds

<<51525354555657585960>>