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

<<51525354555657585960>>

  /prebuilts/go/darwin-x86/src/syscall/
syscall_unix_test.go 218 // Look for our fd. It should be fd 3, but we work around an fd leak
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
cc_test.go 434 // leak.
  /prebuilts/go/linux-x86/src/crypto/tls/
key_agreement.go 57 // by checking it, we would leak information about the validity of the
  /prebuilts/go/linux-x86/src/syscall/
syscall_unix_test.go 218 // Look for our fd. It should be fd 3, but we work around an fd leak
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlrun.swg 298 assert(own); /* badly formed typemap which will lead to a memory leak - it must set and use own to delete *ptr */
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
_features.hpp 207 // Minimal support for garbage collection and reachability-based leak detection N2670 No
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
lock_tests.py 134 # The lock shouldn't leak a Thread instance when used from a foreign
test_bsddb.py 263 # do the bsddb._DBWithCursor iterator internals leak cursors?
test_subprocess.py 410 # Test for the fd leak reported in http://bugs.python.org/issue2791.
530 # Make sure we leak no resources
676 """Test for the fork() failure fd leak reported in issue16327."""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 441 # Do not allow os.environ to leak between requests in Google App Engine
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
lock_tests.py 134 # The lock shouldn't leak a Thread instance when used from a foreign
test_bsddb.py 263 # do the bsddb._DBWithCursor iterator internals leak cursors?
test_subprocess.py 410 # Test for the fd leak reported in http://bugs.python.org/issue2791.
530 # Make sure we leak no resources
676 """Test for the fork() failure fd leak reported in issue16327."""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 441 # Do not allow os.environ to leak between requests in Google App Engine
  /system/core/libdiskconfig/
diskconfig.c 101 /* bleh, i will leak memory here, but i DONT CARE since
  /system/keymaster/
Makefile 185 MEMCHECK_OPTS=--leak-check=full \
  /system/update_engine/update_manager/
evaluation_context_unittest.cc 100 // Ensure that the evaluation context did not leak and is actually being
  /toolchain/binutils/binutils-2.27/bfd/
compress.c 187 /* NOTE: There is a small memory leak here since
  /toolchain/binutils/binutils-2.27/gas/
stabs.c 414 /* @@ MEMORY LEAK: This allocates a copy of the string, but in most
  /toolchain/binutils/binutils-2.27/opcodes/
vax-dis.c 156 that we leak memory, but only to the extent that we do not
  /external/curl/tests/
runtests.pl 621 $valgrindcmd .= "--quiet --leak-check=yes ";
664 # verify that it returns a proper error code, doesn't leak memory
672 my $leak=0;
676 # we call it leak for short here
677 $leak=1;
680 if($leak) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 546 // A missing release manifests as a leak, so treat as a non-fatal error.
761 new BugType(this, "Missing ivar release (leak)",
    [all...]
  /external/freetype/
ChangeLog.20 71 * src/pcf/pcfdriver.c (FT_Done_Face): Fixed small memory leak.
457 * src/cid/cidobjs.c (CID_Face_Done): Fixed a memory leak; the subrs
848 avoid a memory leak.
866 leak that occurred because the original memory blocks for these
    [all...]
  /external/googletest/googlemock/src/
gmock-spec-builders.cc 539 bool leakable; // true iff it's OK to leak the object.
566 if (it->second.leakable) // The user said it's fine to leak this object.
  /external/googletest/googletest/docs/
Primer.md 122 possibly skipping clean-up code that comes after it, it may cause a space leak.
123 Depending on the nature of the leak, it may or may not be worth fixing - so

Completed in 1028 milliseconds

<<51525354555657585960>>