Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:memoryInfo
(Results
1 - 2
of
2
) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H
A
D
memory_info_wrapper.cpp
29
std::unique_ptr<OHOS::HiviewDFX::MemoryInfo>
memoryInfo
= std::make_unique<OHOS::HiviewDFX::MemoryInfo>();
in GetMemoryInfoByPid()
local
30
if (!
memoryInfo
->GetMemoryInfoByPid(pid, data)) {
in GetMemoryInfoByPid()
39
std::unique_ptr<OHOS::HiviewDFX::MemoryInfo>
memoryInfo
= std::make_unique<OHOS::HiviewDFX::MemoryInfo>();
in GetMemoryInfoNoPid()
local
40
int ret =
memoryInfo
->GetMemoryInfoNoPid(fd, data);
in GetMemoryInfoNoPid()
/base/hiviewdfx/hidumper/test/unittest/common/
H
A
D
hidumper_memory_test.cpp
155
unique_ptr<OHOS::HiviewDFX::MemoryInfo>
memoryInfo
=
in HWTEST_F()
local
157
int value = static_cast<int>(
memoryInfo
->GetProcValue(INVALID_PID, NULL_STR));
in HWTEST_F()
159
value = static_cast<int>(
memoryInfo
->GetVss(INVALID_PID));
in HWTEST_F()
163
ASSERT_FALSE(
memoryInfo
->GetMemByProcessPid(INVALID_PID, usage));
in HWTEST_F()
165
memoryInfo
->GetProcessAdjLabel(INVALID_PID);
in HWTEST_F()
176
unique_ptr<OHOS::HiviewDFX::MemoryInfo>
memoryInfo
=
in HWTEST_F()
local
180
memoryInfo
->GetPurgTotal(memInfo, result);
in HWTEST_F()
222
shared_ptr<OHOS::HiviewDFX::MemoryInfo>
memoryInfo
=
in HWTEST_F()
local
232
int ret =
memoryInfo
->GetGraphicsMemory(pid, graphicsMemory, GraphicType::GRAPH);
in HWTEST_F()
234
memoryInfo
in HWTEST_F()
[all...]
Completed in 1 milliseconds