Searched
full:leaks (Results
251 -
275 of
776) sorted by null
<<11121314151617181920>>
/external/chromium_org/testing/gtest/samples/ |
sample10_unittest.cc | 75 // destroyed by each test, and reports a failure if a test leaks some Water
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
v8_callback_interface.py | 57 # as toV8 then implicitly uses the current context, which causes leaks
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
ScriptPromiseResolver.h | 63 // To prevent memory leaks, you should release the reference manually
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ |
ImageFrame.cpp | 108 // setSize() should only be called once, it leaks memory otherwise.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
webkit-tools-completion.sh | 77 complete -o default -W "--add-platform-exceptions --complex-text --configuration --guard-malloc --help --http --ignore-tests --launch-safari --leaks --merge-leak-depth --new-test-results --no-http --no-show-results --no-new-test-results --no-sample-on-timeout --no-strip-editing-callbacks --pixel-tests --platform --port --quiet --random --reset-results --results-directory --reverse --root --sample-on-timeout --singly --skipped --slowest --strict --strip-editing-callbacks --threaded --timeout --tolerance --use-remote-links-to-tests --valgrind --verbose -1 -c -g -h -i -l -m -o -p -q -t -v" run-webkit-tests
|
/external/chromium_org/third_party/freetype/src/base/ |
ftdbgmem.c | 348 FT_ULong leaks = 0; local 373 leaks += node->size; 418 leaks, leak_count ); 420 printf( "FreeType: no memory leaks detected\n" );
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
scoped_ref_ptr.h | 34 // avoid common memory leaks caused by forgetting to Release an object
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvie.h | 57 // VERIFY, to ensure that there are no leaks at shutdown
|
webrtcvoe.h | 56 // VERIFY, to ensure that there are no leaks at shutdown
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-6.5.1.html | 87 <li>fixed some memory leaks (and potential crashes) in Xlib driver
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
fs-fragcoord.c | 190 /* At the moment, libgraw leaks out/makes available some of the
|
fs-write-z.c | 169 /* At the moment, libgraw leaks out/makes available some of the
|
/external/chromium_org/third_party/skia/src/views/ |
SkEventSink.cpp | 295 on shutdown, to ensure no memory leaks. It should not be called
|
/external/chromium_org/third_party/sqlite/src/test/ |
misuse.test | 14 # This test file leaks memory and file descriptors.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/ |
heap-checker.h | 34 // Module for detecing heap (memory) leaks. 158 // Static helpers to make us ignore certain leaks. 163 // done by the code block) will not be reported as leaks. This is 170 // ... code that allocates objects whose leaks should be ignored ...
|
heap-profiler.h | 111 * memory leaks. Will include the reason in the logged message
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-profile-table.cc | 677 RAW_LOG(ERROR, "Leak check %s detected leaks of %" PRIuS " bytes " 698 // Report a bounded number of leaks to keep the leak report from 703 RAW_LOG(ERROR, "The %d largest leaks:", to_report); 731 RAW_LOG(ERROR, "Skipping leaks numbered %d..%d",
|
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/ |
heap-checker.h | 34 // Module for detecing heap (memory) leaks. 158 // Static helpers to make us ignore certain leaks. 163 // done by the code block) will not be reported as leaks. This is 170 // ... code that allocates objects whose leaks should be ignored ...
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-profile-table.cc | 619 RAW_LOG(ERROR, "Leak check %s detected leaks of %"PRIuS" bytes " 640 // Report a bounded number of leaks to keep the leak report from 645 RAW_LOG(ERROR, "The %d largest leaks:", to_report); 673 RAW_LOG(ERROR, "Skipping leaks numbered %d..%d",
|
/external/chromium_org/tools/valgrind/ |
valgrind.sh | 112 # to ignore possible but not definite leaks.
|
/external/chromium_org/ui/base/gtk/ |
owned_widget_gtk.h | 84 // on the object. We assert this in debug mode to help catch any leaks.
|
/external/chromium_org/ui/surface/ |
accelerated_surface_mac.h | 54 // Tear down. Must be called before destructor to prevent leaks.
|
/external/clang/test/Analysis/ |
Malloc+MismatchedDeallocator+NewDelete.cpp | 55 #ifdef LEAKS
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_flags.h | 39 // Report thread leaks at exit?
|
/external/freetype/src/base/ |
ftdbgmem.c | 348 FT_ULong leaks = 0; local 373 leaks += node->size; 418 leaks, leak_count ); 420 printf( "FreeType: no memory leaks detected\n" );
|
Completed in 1366 milliseconds
<<11121314151617181920>>