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
231
@(echo > .
memdump
)
241
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0";\
260
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0";\
279
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0";\
293
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0";\
300
@(echo > .
memdump
)
308
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0"; \
311
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0"; \
314
grep "MORY ALLO" .
memdump
| grep -v "MEMORY ALLOCATED : 0"; \
326
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
185
my $
memdump
="$LOGDIR/
memdump
";
327
$ENV{'CURL_MEMDEBUG'} = $
memdump
;
556
# remove
memdump
first to be sure we get a new nice and clean one
557
unlink($
memdump
);
566
my @out = `$memanalyze -v $
memdump
`;
599
# remove
memdump
first to be sure we get a new nice and clean one
600
unlink($
memdump
);
630
my @memdata=`$memanalyze $
memdump
`;
642
logmsg `$memanalyze -l $
memdump
`;
[
all
...]
Completed in 293 milliseconds