Home
last modified time | relevance | path

Searched refs:PAGE_TO_KB (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/memory_utils/libmeminfo/src/
H A Dmeminfo.cpp35 constexpr int PAGE_TO_KB = 4; variable
56 size = static_cast<uint64_t>(atoi(rss.c_str()) * PAGE_TO_KB); in GetRssByPid()
/ohos5.0/foundation/resourceschedule/memmgr/common/include/
H A Dkernel_interface.h29 #define PAGE_TO_KB 4 macro
/ohos5.0/foundation/resourceschedule/memmgr/common/src/
H A Dkernel_interface.cpp291 if (rssValue < 0 || rssValue > INT_MAX / PAGE_TO_KB) { in GetPidProcInfo()
295 procInfo.size = rssValue * PAGE_TO_KB; in GetPidProcInfo()