/external/libxml2/ |
gentest.py | 123 # library state cleanup, generate false leak informations and other 858 printf("Leak of %%d blocks found in %s",
|
/external/llvm/docs/ |
TestingGuide.rst | 124 % make check LIT_ARGS="-v --vg --vg-leak" 126 to enable testing with valgrind and with leak checking enabled.
|
/external/python/cpython3/Lib/test/ |
test_struct.py | 554 # Issue 9422: there was a memory leak when reinitializing a 555 # Struct instance. This test can be used to detect the leak
|
/external/python/cpython3/Modules/ |
readline.c | 493 structure; this needs to be freed to avoid a memory leak. This version of 1168 * XXX: A bug in the readline-2.2 library causes a memory leak [all...] |
/external/sfntly/cpp/src/sfntly/table/core/ |
cmap_table.cc | 568 // TODO(arthurhsu): FIXIT: heavy lifting and leak, need fix. 579 // TODO(arthurhsu): FIXIT: heavy lifting and leak, need fix. [all...] |
/external/tensorflow/tensorflow/stream_executor/ |
stream_executor_pimpl.h | 43 // Structure used for device memory leak checking. 567 // leak checking. NULL buffer pointers and buffer sizes of 0 will not be [all...] |
/external/v8/testing/gmock/src/ |
gmock-spec-builders.cc | 533 bool leakable; // true iff it's OK to leak the object. 560 if (it->second.leakable) // The user said it's fine to leak this object.
|
/external/valgrind/memcheck/tests/amd64/ |
sh-mem-vec256-plo-yes.stderr.exp | 864 For a detailed leak analysis, rerun with: --leak-check=full
|
/external/valgrind/memcheck/tests/common/ |
sh-mem-vec128-plo-no.stderr.exp-32bit-le | 573 For a detailed leak analysis, rerun with: --leak-check=full
|
sh-mem-vec128-plo-no.stderr.exp-64bit-le | 573 For a detailed leak analysis, rerun with: --leak-check=full
|
/external/valgrind/perf/ |
vg_perf | 333 . " --memcheck:leak-check=full --memcheck:show-reachable=no" 351 . "--memcheck:leak-check=no "
|
vg_perf.in | 333 . " --memcheck:leak-check=full --memcheck:show-reachable=no" 351 . "--memcheck:leak-check=no "
|
/external/webrtc/tools/valgrind-webrtc/drmemory/ |
suppressions.txt | 70 LEAK 245 HANDLE LEAK [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteConnectionPool.java | 522 // guarantee that the GC will actually detect the leak in a timely manner so 523 // it's not all that important that we recover from the leak in a timely manner [all...] |
/prebuilts/android-emulator/ |
README | 103 c265379 Fix memory leak in doCompressedTexImage2D 326 14c026a [Emulib] Leak filelock mutex on exit to avoid crash. 473 9d4a56d [leaks] One more leak in metrics 474 67dd87d [leak] Fix a leak in timezone.cpp I introduced yesterday [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/lib64/cmake/llvm/ |
HandleLLVMOptions.cmake | 464 -wd4722 # Suppress 'function' : destructor never returns, potential memory leak 653 append("-fsanitize=leak" CMAKE_C_FLAGS CMAKE_CXX_FLAGS) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/lib64/cmake/llvm/ |
HandleLLVMOptions.cmake | 464 -wd4722 # Suppress 'function' : destructor never returns, potential memory leak 653 append("-fsanitize=leak" CMAKE_C_FLAGS CMAKE_CXX_FLAGS) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/lib64/cmake/llvm/ |
HandleLLVMOptions.cmake | 464 -wd4722 # Suppress 'function' : destructor never returns, potential memory leak 653 append("-fsanitize=leak" CMAKE_C_FLAGS CMAKE_CXX_FLAGS) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/lib64/cmake/llvm/ |
HandleLLVMOptions.cmake | 464 -wd4722 # Suppress 'function' : destructor never returns, potential memory leak 653 append("-fsanitize=leak" CMAKE_C_FLAGS CMAKE_CXX_FLAGS) [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/lib64/cmake/llvm/ |
HandleLLVMOptions.cmake | 464 -wd4722 # Suppress 'function' : destructor never returns, potential memory leak 653 append("-fsanitize=leak" CMAKE_C_FLAGS CMAKE_CXX_FLAGS) [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/lib64/cmake/llvm/ |
HandleLLVMOptions.cmake | 464 -wd4722 # Suppress 'function' : destructor never returns, potential memory leak 653 append("-fsanitize=leak" CMAKE_C_FLAGS CMAKE_CXX_FLAGS) [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/lib64/cmake/llvm/ |
HandleLLVMOptions.cmake | 464 -wd4722 # Suppress 'function' : destructor never returns, potential memory leak 653 append("-fsanitize=leak" CMAKE_C_FLAGS CMAKE_CXX_FLAGS) [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/lib64/cmake/llvm/ |
HandleLLVMOptions.cmake | 464 -wd4722 # Suppress 'function' : destructor never returns, potential memory leak 653 append("-fsanitize=leak" CMAKE_C_FLAGS CMAKE_CXX_FLAGS) [all...] |
/prebuilts/misc/common/swig/include/2.0.11/chicken/ |
chicken.swg | 444 %typemap(varin,warning="451:Setting const char * variable may leak memory") const char * { 476 %typemap(varin,warning="451:Setting const char * variable may leak memory") const char * {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_generators.py | 575 address space, and it *looked* like a very slow leak.
[all...] |