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
1447
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/src/gpu/gl/debug/
GrDebugGL.cpp
56
// unref & delete the texture units first so they don't show up on the
leak
report
/external/v8/src/
compilation-cache.cc
121
// Probe the script generation tables. Make sure not to
leak
handles
175
// Probe the script generation tables. Make sure not to
leak
handles
256
// Make sure not to
leak
the table into the surrounding handle
319
// Make sure not to
leak
the table into the surrounding handle
/external/valgrind/main/include/
pub_tool_signals.h
39
// only by Memcheck during
leak
checking. We should find a way to remove
/external/webrtc/src/system_wrappers/interface/
static_instance.h
46
// reclaimed by the OS and memory
leak
tools will not recognize memory
/external/webrtc/src/system_wrappers/source/
map_no_stl.cc
62
"Potential memory
leak
in MapNoStl");
/frameworks/av/media/libmedia/
MemoryLeakTrackUtil.cpp
25
* shamelessly copied over to support memory
leak
tracking from
/frameworks/base/core/java/android/text/
SpanSet.java
108
spans[i] = null; // prevent a
leak
: no reference kept when TextLine is recycled
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapTempFileLiteral.java
50
// so it'd simply cause a memory
leak
.
/packages/apps/Email/src/com/android/email/service/
ImapTempFileLiteral.java
53
// so it'd simply cause a memory
leak
.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Suggestions.java
156
Log.e(TAG, "
LEAK
! Finalized without being closed: Suggestions[" + getQuery() + "]");
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py
123
# test will not fail, but will show a
leak
in the testsuite.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_arrays.py
123
# test will not fail, but will show a
leak
in the testsuite.
/external/chromium_org/content/browser/
mach_broker_mac.mm
197
// Intentional
leak
. This thread is never joined or reaped.
305
// we
leak
this singleton.
/external/chromium_org/third_party/WebKit/Tools/Scripts/
parse-malloc-history
81
#
Leak
: 0x0ac3ca40 size=48
86
($byteCount) = ($line =~ /
Leak
: [x[:xdigit:]]* size=(\d+)/);
/external/libsepol/
ChangeLog
304
* Merged fix for
leak
of optional package sections from Ivan Gyurdiev.
382
- hierarchy checking memory
leak
fixes and optimizations
453
* Merged sepol handle passing, DEBUG conversion, and memory
leak
482
* Merged user record memory
leak
fix from Ivan Gyurdiev.
577
* Merged boolean record and memory
leak
fix patches from Ivan
606
* Merged fix for memory
leak
in sepol_context_to_sid from
676
* Merged context reorganization, memory
leak
fixes,
689
* Merged header file cleanup and memory
leak
fix from Ivan Gyurdiev (Red Hat).
/external/valgrind/main/memcheck/
mc_include.h
246
/*---
Leak
checking ---*/
305
* enough allocation points (controlled by --
leak
-resolution). */
313
SizeT old_indirect_szB; // previous
leak
search. old_* values are used to
335
// Returns True if loss_record_nr identifies a correct loss record from last
leak
search.
455
/* Do
leak
check at exit? default: NO */
458
/* How closely should we compare ExeContexts in
leak
records? default: 2 */
461
/* In
leak
check, show reachable-but-not-freed blocks? default: NO */
464
/* In
leak
check, show possibly-lost blocks? default: YES */
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileCleaner.java
125
* loader it was started from terminates. This can consitute a memory
leak
.
132
* posing a memory
leak
.
/external/chromium/third_party/libevent/
ChangeLog
46
o Fix a memory
leak
when reading multi-line headers
47
o Fix a memory
leak
by not running explicit close detection for server connections
69
o Fix a memory
leak
when using signals for some event bases; reported by Alexander Drozdov.
156
o Fix a memory
leak
in which failed HTTP connections would not free the request object
158
o Fix a memory
leak
in the DNS server
192
o Make event_base_free() succeed even if there are pending non-internal events on a base. This may still
leak
memory and fds, but at least it no longer crashes.
/external/chromium_org/third_party/libevent/
ChangeLog
46
o Fix a memory
leak
when reading multi-line headers
47
o Fix a memory
leak
by not running explicit close detection for server connections
69
o Fix a memory
leak
when using signals for some event bases; reported by Alexander Drozdov.
156
o Fix a memory
leak
in which failed HTTP connections would not free the request object
158
o Fix a memory
leak
in the DNS server
192
o Make event_base_free() succeed even if there are pending non-internal events on a base. This may still
leak
memory and fds, but at least it no longer crashes.
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc
88
"The maximum number of
leak
reports to print.");
652
// State used to generate
leak
report. We keep a mapping from Bucket pointer
671
// This is only used by the heap
leak
checker, but is intimately
674
RAW_LOG(ERROR, "
Leak
check %s detected leaks of %" PRIuS " bytes "
695
// Report a bounded number of leaks to keep the
leak
report from
717
printer.Printf("
Leak
of %d bytes in %d objects allocated from:\n",
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.cc
88
"The maximum number of
leak
reports to print.");
597
// State used to generate
leak
report. We keep a mapping from Bucket pointer
616
// This is only used by the heap
leak
checker, but is intimately
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
662
printer.Printf("
Leak
of %d bytes in %d objects allocated from:\n",
/external/valgrind/main/exp-dhat/docs/
dh-manual.xml
129
<sect3><title>Example of a potential process-lifetime
leak
</title></sect3>
132
shows a potential process lifetime
leak
. A process lifetime
leak
135
in size, yet Memcheck reports no
leak
, because the program has
155
process-lifetime
leak
. Firstly, the max-live and tot-alloc numbers
231
<para>Re-running with Memcheck does indeed report the same
leak
. What
/external/valgrind/main/
NEWS
80
(--join-list-vol); fixed a memory
leak
triggered by repeated client
321
188572 Valgrind on Mac should suppress setenv() mem
leak
479
is enabled by default. When disabled, the
leak
detector will not
583
206600
Leak
checker fails to upgrade indirect blocks when their
646
247561 Some
leak
testcases fails due to reachable addresses in
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
VideoEditorStressTest.java
217
/** Remove items and check for memory
leak
if any */
285
/** Remove items and check for memory
leak
if any */
397
/** Remove items and check for memory
leak
if any */
558
/** Remove items and check for memory
leak
if any */
[
all
...]
/external/valgrind/main/docs/internals/
xml-output-protocol4.txt
130
resulting from post-run analysis (eg, memory
leak
detection). Hence
196
that the any final wrapup (eg, for Memcheck,
leak
checking) is happening.
203
case these will be complaints from the
leak
checker. For SGcheck
544
memory
leak
; the referenced blocks are definitely lost
548
memory
leak
; the referenced blocks are lost because all pointers
553
memory
leak
; only interior pointers to referenced blocks were
558
memory
leak
; pointers to un-freed blocks are still available
Completed in 1496 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>