Searched
full:leak (Results
351 -
375 of
2655) sorted by null
<<11121314151617181920>>
/external/libxml2/python/tests/ |
error.py | 50 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
|
reader4.py | 49 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
|
reader5.py | 46 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
|
readererr.py | 55 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
|
relaxng.py | 46 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
|
schema.py | 50 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
|
tstURI.py | 40 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
|
validDTD.py | 57 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
|
xpath.py | 50 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
|
xpathext.py | 48 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
|
xpathleak.py | 53 print("Memory leak", leakedbytes, "bytes")
|
xpathret.py | 56 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
|
/external/okhttp/okhttp-logging-interceptor/ |
README.md | 25 the potential to leak sensitive information such as "Authorization" or "Cookie" headers and the
|
/external/pdfium/fpdfsdk/pwl/ |
cpwl_timer.cpp | 17 // Leak the object at shutdown.
|
/external/perfetto/gn/standalone/sanitizers/ |
vars.gni | 19 # Leak Sanitizer: memory leaks.
|
/external/python/cpython3/Lib/test/ |
test_syslog.py | 8 # The only purpose of this test is to verify the code doesn't crash or leak.
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowHttpResponseCacheTest.java | 23 // Ensure we don't leak an installed cache from a test.
|
/external/skia/infra/bots/recipe_modules/flavor/ |
valgrind_flavor.py | 23 new_cmd = [self._valgrind, '--gen-suppressions=all', '--leak-check=full',
|
/external/skia/src/gpu/ |
GrTessellator.h | 45 // vertex array. CALLER IS RESPONSIBLE for deleting this buffer to avoid a memory leak!
|
/external/skqp/infra/bots/recipe_modules/flavor/ |
valgrind_flavor.py | 23 new_cmd = [self._valgrind, '--gen-suppressions=all', '--leak-check=full',
|
/external/skqp/src/gpu/ |
GrTessellator.h | 45 // vertex array. CALLER IS RESPONSIBLE for deleting this buffer to avoid a memory leak!
|
/external/valgrind/memcheck/tests/ |
leak-cycle.c | 3 #include "leak.h"
|
reach_thread_register.c | 11 /* Reproduces a false positive leak when a pointer is (only) in a live
|
/external/valgrind/perf/ |
many-loss-records.c | 1 // Performance test for the leak checker from bug #191182. 2 // Nb: it must be run with --leak-resolution=high to show the quadratic 8 // fixed it took about 2 seconds, and the leak checking was only a small 212 printf ("total blocks leak-ed: %d\n", blockleaked);
|
/external/valgrind/ |
solaris11.supp | 26 Memcheck:Leak
|
Completed in 727 milliseconds
<<11121314151617181920>>