Home
last modified time | relevance | path

Searched refs:MemInfo (Results 1 - 6 of 6) sorted by relevance

/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_strategy_manager/
H A Dmemcg.h44 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 Dmemcg_mgr.h44 MemInfo* GetMemcgMemInfo(unsigned int userId);
/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dmemory_monitor.cpp45 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 Dmemcg.cpp61 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 Dmemcg_mgr.cpp150 MemInfo* MemcgMgr::GetMemcgMemInfo(unsigned int userId) in GetMemcgMemInfo()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp6341 uint64_t memSize = OHOS::MemInfo::GetPssByPid(pid); in NotifyAppFaultBySA()

Completed in 15 milliseconds