OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memdump
(Results
1 - 4
of
4
) sorted by null
/external/libxml2/doc/examples/
Makefile.am
105
@(echo > .
memdump
)
107
@grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0" ; exit 0
109
@grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0" ; exit 0
111
@grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0" ; exit 0
113
@grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0" ; exit 0
115
@grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0" ; exit 0
117
@grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0" ; exit 0
119
@grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0" ; exit 0
121
@grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0" ; exit 0
123
@grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0" ; exit
[
all
...]
/external/libxml2/
Makefile.am
235
@(echo > .
memdump
)
245
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0";\
264
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0";\
283
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0";\
297
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0";\
304
@(echo > .
memdump
)
312
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0"; \
315
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0"; \
318
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0"; \
330
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0";
[
all
...]
/frameworks/webview/chromium/tools/
memreport.py
17
"""WebView postprocessor for the go/
memdump
tool.
19
Processes the output of
memdump
(see go/
memdump
) aggregating memory usage
22
Usage: adb shell /path/to/target/
memdump
<target-PID> | ./memreport.py > out.csv
64
def _CollectMemoryStats(
memdump
, region_filters):
70
for line in
memdump
:
/external/curl/tests/
runtests.pl
188
my $
memdump
="$LOGDIR/
memdump
";
332
$ENV{'CURL_MEMDEBUG'} = $
memdump
;
561
# remove
memdump
first to be sure we get a new nice and clean one
562
unlink($
memdump
);
571
my @out = `$memanalyze -v $
memdump
`;
604
# remove
memdump
first to be sure we get a new nice and clean one
605
unlink($
memdump
);
635
my @memdata=`$memanalyze $
memdump
`;
647
logmsg `$memanalyze -l $
memdump
`;
[
all
...]
Completed in 488 milliseconds