| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| script_helper.py | 82 # try to cleanup the child so we don't appear to leak when running
|
| /external/chromium_org/third_party/mesa/src/docs/ |
| versions.html | 266 <li>fixed a memory leak in the context destroy function 433 <li>fixed a memory leak in glTexImage[12]D() 438 <li>fixed a memory leak in GLX code 480 <li>fixed potential image memory leak (wasn't setting reference counter) 487 <li>fixed memory leak in polygon tesselator (Randy Frank) 496 <li>fixed memory leak in glTexSubImage[123]D [all...] |
| /external/mesa3d/docs/ |
| versions.html | 266 <li>fixed a memory leak in the context destroy function 433 <li>fixed a memory leak in glTexImage[12]D() 438 <li>fixed a memory leak in GLX code 480 <li>fixed potential image memory leak (wasn't setting reference counter) 487 <li>fixed memory leak in polygon tesselator (Randy Frank) 496 <li>fixed memory leak in glTexSubImage[123]D [all...] |
| /external/chromium_org/base/ |
| tracked_objects.cc | 382 child = new Births(location, *this); // Leak this. 773 void ThreadData::ShutdownSingleThreadedCleanup(bool leak) { 785 // To be clean, break apart the retired worker list (though we leak them). 801 // call this function, we may sometimes leak all the data structures we 803 if (leak) {
|
| /external/valgrind/main/docs/xml/ |
| FAQ.xml | 136 leak reports for glibc allocations (please don't report these to 296 <para>Also, for leak reports involving shared objects, if the shared 348 <para>A leak error message involving an unloaded shared object:</para> 508 <para>With Memcheck's memory leak detector, what's the 545 <para>"suppressed" means that a leak error has been suppressed.
|
| /external/elfutils/tests/ |
| Makefile.in | 48 arls$(EXEEXT) dwfl-bug-fd-leak$(EXEEXT) \ 69 dwfl-bug-fd-leak$(EXEEXT) dwfl-bug-report$(EXEEXT) \ 175 dwfl_bug_fd_leak_SOURCES = dwfl-bug-fd-leak.c 176 dwfl_bug_fd_leak_OBJECTS = dwfl-bug-fd-leak.$(OBJEXT) 295 dwfl-addr-sect.c dwfl-bug-addr-overflow.c dwfl-bug-fd-leak.c \ 306 dwfl-addr-sect.c dwfl-bug-addr-overflow.c dwfl-bug-fd-leak.c \ 654 dwfl-bug-fd-leak$(EXEEXT): $(dwfl_bug_fd_leak_OBJECTS) $(dwfl_bug_fd_leak_DEPENDENCIES) 655 @rm -f dwfl-bug-fd-leak$(EXEEXT) [all...] |
| Makefile.am | 61 dwfl-bug-addr-overflow arls dwfl-bug-fd-leak \ 86 dwfl-bug-fd-leak dwfl-bug-report \
|
| /external/chromium_org/content/common/gpu/client/ |
| command_buffer_proxy_impl.cc | 151 // will leak. In otherwords, do not early out on error between here and the 273 // will leak. In otherwords, do not early out on error between here and the
|
| /external/chromium_org/content/renderer/pepper/ |
| pepper_file_io_host.cc | 115 // Make sure we won't leak file handle if the requester has died. 204 // Make sure we won't leak file handle if the requester has died.
|
| /external/chromium_org/media/ffmpeg/ |
| ffmpeg_regression_tests.cc | 29 // Some OGG files leak ~30 bytes of memory, upstream tracking bug: 32 // Some OGG files leak hundreds of kilobytes of memory, upstream bug:
|
| /external/chromium_org/ppapi/tests/ |
| test_var_deprecated.cc | 390 // Reset var_from_page_ so it doesn't seem like a leak to the var leak
|
| /external/chromium_org/third_party/WebKit/Source/wtf/ |
| PartitionAllocTest.cpp | 70 // We expect no leaks in the general case. We have a test for leak 138 // Check that we can detect a memory leak.
|
| /external/chromium_org/third_party/openssl/openssl/crypto/lhash/ |
| lhash.c | 62 * 2.2 eay - added #include "crypto.h" so the memory leak checking code is 73 * 1.9 eay - Fixed a memory leak in lh_free, the LHASH_NODEs
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
| port.h | 209 // means we leak mutex_ (we should call DeleteCriticalSection() 211 // perftools have program-long scope anyway, so the leak is
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
| port.h | 206 // means we leak mutex_ (we should call DeleteCriticalSection() 208 // perftools have program-long scope anyway, so the leak is
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| StreamChecker.cpp | 410 BT_ResourceLeak.reset(new BuiltinBug("Resource Leak", 411 "Opened File never closed. Potential Resource leak."));
|
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_rtl_thread.cc | 163 ThreadLeak leak = {tctx, 1}; local 164 leaks.PushBack(leak);
|
| /external/openssl/crypto/lhash/ |
| lhash.c | 62 * 2.2 eay - added #include "crypto.h" so the memory leak checking code is 73 * 1.9 eay - Fixed a memory leak in lh_free, the LHASH_NODEs
|
| /external/qemu/tcg/ |
| tcg.h | 401 * code which is not supposed to leak any TCG temporaries, then 403 * return 1 if the section did in fact leak a temporary.
|
| /external/stlport/test/eh/ |
| main.cpp | 133 cerr<<"\t[-e] : don't throw exceptions, test for leak in normal conditions;"<<endl; 135 // cerr<<"\t[-i] : ignore leak errors;"<<endl;
|
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
| MediaPlayerPerformance.java | 82 //the tolerant memory leak 385 // memory leak greter than the tolerant
|
| /hardware/ti/omap4xxx/ |
| heaptracker.c | 391 /* Leak here so that we do not crash */ 445 // just get a whole new allocation and leak the old one
|
| /cts/tests/tests/nativeopengl/standalone/jni/tests/ |
| EGLCleanup_test.cpp | 222 * cause a rapid and highly visible memory leak if we fail to discard it.
|
| /cts/tests/tests/os/src/android/os/cts/ |
| ParcelFileDescriptorProcessTest.java | 237 blue.leak();
|
| /external/chromium/base/allocator/ |
| allocator_shim.cc | 259 // We intentionally leak this object. It lasts for the process
|