OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:leak
(Results
401 - 425
of
2655
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/valgrind/memcheck/
mc_leakcheck.c
3
/*--- The
leak
checker. mc_leakcheck.c ---*/
55
/*--- An overview of
leak
checking. ---*/
58
//
Leak
-checking is a directed-graph traversal problem. The graph has
107
// --follow-interior-pointers. By default it would be off, the
leak
checker
125
// We now have the option --show-
leak
-kinds=... which allows to specify =all.
153
// ==20397== by 0x400521: mk (
leak
-cases.c:49)
154
// ==20397== by 0x400578: main (
leak
-cases.c:72)
159
// ==20397== by 0x400521: mk (
leak
-cases.c:49)
160
// ==20397== by 0x400580: main (
leak
-cases.c:72)
174
// in --show-
leak
-kinds=... !)
[
all
...]
/external/libmojo/mojo/public/cpp/bindings/tests/
union_unittest.cc
174
void* raw_buf = buf.
Leak
();
236
void* raw_buf = aligned_buf.
Leak
();
254
void* raw_buf = buf.
Leak
();
267
void* raw_buf = buf.
Leak
();
285
void* raw_buf = buf.
Leak
();
305
void* raw_buf = buf.
Leak
();
373
void* raw_buf = buf.
Leak
();
387
void* raw_buf = buf.
Leak
();
406
void* raw_buf = buf.
Leak
();
504
void* raw_buf = buf.
Leak
();
[
all
...]
/external/clang/unittests/AST/
DeclTest.cpp
26
// This is a regression test for a memory
leak
in APValues for structs that
27
// allocate memory. This test only fails if run under valgrind with full
leak
/external/compiler-rt/lib/lsan/
lsan_flags.inc
21
"Print addresses of leaked objects after main
leak
report.")
24
"Aggregate two objects into one
leak
if this many stack frames match. If "
/external/libedit/
configure.ac
15
# libtool --mode=execute valgrind --
leak
-check=full examples/tc1
20
# libtool --mode=execute valgrind --suppressions=ncurses.supp.txt --
leak
-check=full examples/tc1
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
HandleBase.java
117
* invalidate the handle. The caller must ensures that the handle does not
leak
.
124
* Close the handle if it is valid. Necessary because we cannot let handle
leak
, and we cannot
/external/mesa3d/docs/relnotes/
10.5.7.html
75
<li>nv30: don't
leak
fragprog consts</li>
80
<li>st/mesa: don't
leak
glsl_to_tgsi object on link failure</li>
/external/pdfium/core/fxcrt/
retain_ptr.h
57
T*
Leak
() { return m_pObj.release(); }
67
m_pObj.reset(that.
Leak
());
/external/perfetto/gn/standalone/sanitizers/
BUILD.gn
57
cflags += [ "-fsanitize=
leak
" ]
116
# .cc files with -fsanitize=
leak
but link with -fsanitize=address.
/external/swiftshader/third_party/LLVM/include/llvm/Support/
LeakDetector.h
1
//===-- llvm/Support/LeakDetector.h - Provide
leak
detection ----*- C++ -*-===//
10
// This file defines a class that can be used to provide very simple memory
leak
/external/valgrind/docs/internals/
3_4_BUGSTATUS.txt
37
157154 documentation (
leak
-resolution doc speaks about num-callers
75
188572 Valgrind on Mac should suppress setenv() mem
leak
/external/valgrind/drd/tests/
custom_alloc.c
61
array2 = 0; //
leak
89
//
leak
from make_leak()
/external/webrtc/webrtc/base/
unittest_main.cc
81
#if !defined(NDEBUG) // Turn on memory
leak
checking on Windows.
109
// clean up logging so we don't appear to
leak
memory.
/frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProviderTest.java
49
// tests that we don't
leak
file descriptors or virtual address space
53
// open enough file descriptors that we will crash something if we
leak
FDs
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
TrackedGarbage.java
17
package com.android.systemui.util.
leak
;
82
* A large number of old instances indicates a probable
leak
.
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
LeakDetectorTest.java
17
package com.android.systemui.util.
leak
;
24
import com.android.systemui.util.
leak
.ReferenceTestUtils.CollectionWaiter;
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
LeakTest.java
67
ArrayList<WeakReference<byte[]>>
leak
= new ArrayList<>();
local
69
leak
.add(new WeakReference<byte[]>(new byte[100]));
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
jsoncheckertest.cpp
70
GenericDocument<UTF8<>, CrtAllocator> document; // Use Crt allocator to check exception-safety (no memory
leak
)
90
GenericDocument<UTF8<>, CrtAllocator> document; // Use Crt allocator to check exception-safety (no memory
leak
)
/cts/tests/tests/security/src/android/security/cts/
CharDeviceTest.java
40
* Detect Exynos 4xxx kernel memory
leak
to userspace. CVE-2012-6422.
/external/clang/test/Analysis/
CFNumber.c
28
return CFNumberCreate(0, kCFNumberSInt8Type, &x); // expected-warning{{
leak
}}
analyzeOneFunction.m
50
NSString *string1 = [[NSString alloc] initWithFormat:@"test %f %d", 0.0, X+Y]; // expected-warning {{Potential
leak
}}
analyzer-config.c
21
// CHECK-NEXT:
leak
-diagnostics-reference-allocation = false
objc-boxing.m
39
return @(strdup("boxed dynamic string")); // expected-warning{{Potential memory
leak
}}
pr_2542_rdar_6793404.m
57
NSAnimation *animation = [[NSAnimation alloc] // expected-warning{{
leak
}}
/external/clang/test/SemaObjC/
arc-peformselector.m
28
return [self performSelector : sel1]; // expected-warning {{performSelector may cause a
leak
because its selector is unknown}} \
Completed in 632 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>