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:MemInfo
(Results
1 - 6
of
6
) sorted by relevance
/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/
H
A
D
memcg.h
44
class
MemInfo
final {
50
MemInfo
();
51
MemInfo
(unsigned int anonKiB, unsigned int zramKiB, unsigned int eswapKiB);
54
MemInfo
(const
MemInfo
&) = delete;
55
MemInfo
& operator=(const
MemInfo
&) = delete;
56
MemInfo
(
MemInfo
&&) = delete;
57
MemInfo
[all...]
H
A
D
memcg_mgr.h
44
MemInfo
* GetMemcgMemInfo(unsigned int userId);
/foundation/arkui/ace_engine/frameworks/base/memory/
H
A
D
memory_monitor.cpp
45
auto result = memoryMap_.emplace(ptr,
MemInfo
());
107
struct
MemInfo
{
struct in OHOS::Ace::MemoryMonitorImpl
117
std::map<void*,
MemInfo
> memoryMap_;
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/
H
A
D
memcg.cpp
61
MemInfo
::
MemInfo
() : anonKiB_(0), zramKiB_(0), eswapKiB_(0) {}
in MemInfo()
function in OHOS::Memory::MemInfo
63
MemInfo
::
MemInfo
(unsigned int anonKiB, unsigned int zramKiB, unsigned int eswapKiB)
in MemInfo()
function in OHOS::Memory::MemInfo
68
inline std::string
MemInfo
::ToString() const
in ToString()
120
memInfo_ = new (std::nothrow)
MemInfo
();
in Memcg()
H
A
D
memcg_mgr.cpp
150
MemInfo
* MemcgMgr::GetMemcgMemInfo(unsigned int userId)
in GetMemcgMemInfo()
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_mgr_service_inner.cpp
6341
uint64_t memSize = OHOS::
MemInfo
::GetPssByPid(pid);
in NotifyAppFaultBySA()
Completed in 15 milliseconds