Searched
full:leak (Results
1201 -
1225 of
2655) sorted by null
<<41424344454647484950>>
/prebuilts/go/darwin-x86/src/net/ |
fd_unix.go | 125 fd.Close() // prevent a leak
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
esc.go | 372 // how the parameter may leak to the function's outputs. This is currently the 373 // "level" of the leak where level is 0 or larger (negative level means stored into 816 // arguments leak out of scope 817 // TODO: leak to a dummy node instead 874 // Argument could leak through recover. [all...] |
/prebuilts/go/linux-x86/src/net/ |
fd_unix.go | 125 fd.Close() // prevent a leak
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
builtin.swg | 219 PyErr_Format(PyExc_TypeError, "Swig detected a memory leak in type '%.300s': no callable destructor found.", pyobj->ob_type->tp_name);
|
/prebuilts/misc/darwin-x86/analyzer/tools/scan-view/ |
Reporter.py | 165 if bugtype.find("leak") != -1:
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_thread.h | 175 * is a resource leak.
|
/prebuilts/misc/linux-x86/analyzer/tools/scan-view/ |
Reporter.py | 165 if bugtype.find("leak") != -1:
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_thread.h | 175 * is a resource leak.
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_thread.h | 175 * is a resource leak.
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_thread.h | 175 * is a resource leak.
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/docs/DesignDocs/ |
VisibilityMacros.rst | 136 either hidden (via this macro) or inline, so that they don't leak into client
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/ |
thread | 192 // thread local data. For this reason we leak the key.
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/ |
PoolAlloc.h | 183 // by calling pop(), and to not have to solve memory leak problems.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mutants.py | 153 # leak).
|
test_pty.py | 51 # XXX(nnorwitz): these tests leak fds when there is an error.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mutants.py | 153 # leak).
|
test_pty.py | 51 # XXX(nnorwitz): these tests leak fds when there is an error.
|
/system/bt/stack/avct/ |
avct_l2c.cc | 415 } else /* prevent buffer leak */
|
avct_l2c_br.cc | 418 /* prevent buffer leak */
|
/system/bt/stack/avdt/ |
avdt_l2c.cc | 515 } else /* prevent buffer leak */
|
/system/bt/stack/mcap/ |
mca_l2c.cc | 506 } else /* prevent buffer leak */
|
/system/chre/chre_api/include/chre_api/ |
chre.h | 103 * where otherwise a CHRE implementation is likely to leak memory. Similarly,
|
/system/chre/chre_api/legacy/v1_1/ |
chre.h | 102 * where otherwise a CHRE implementation is likely to leak memory. Similarly,
|
/toolchain/binutils/binutils-2.27/zlib/examples/ |
zlib_how.html | 170 the error. We wouldn't want a memory leak, now would we? <tt>deflateEnd()</tt> can be called 253 is a file i/o error, we call <tt>deflateEnd()</tt> before returning to avoid a memory leak. 303 The process is complete, but we still need to deallocate the state to avoid a memory leak 462 is called first to avoid a memory leak.
|
/bionic/libc/malloc_debug/tests/ |
malloc_debug_unit_tests.cpp | 626 "6 malloc_debug +++ malloc_testing leaked block of size 1024 at %p (leak 1 of 3)\n", 629 "6 malloc_debug +++ malloc_testing leaked block of size 200 at %p (leak 2 of 3)\n", 632 "6 malloc_debug +++ malloc_testing leaked block of size 128 at %p (leak 3 of 3)\n", 666 "6 malloc_debug +++ malloc_testing leaked block of size 1024 at %p (leak 1 of 3)\n", 676 "6 malloc_debug +++ malloc_testing leaked block of size 128 at %p (leak 2 of 3)\n", 685 "6 malloc_debug +++ malloc_testing leaked block of size 100 at %p (leak 3 of 3)\n", 725 "6 malloc_debug +++ malloc_testing leaked block of size 999 at %p (leak 1 of 2)\n", 728 "6 malloc_debug +++ malloc_testing leaked block of size 100 at %p (leak 2 of 2)\n", [all...] |
Completed in 1405 milliseconds
<<41424344454647484950>>