Searched refs:PAGE_TO_KB (Results 1 – 3 of 3) sorted by relevance
35 constexpr int PAGE_TO_KB = 4; variable56 size = static_cast<uint64_t>(atoi(rss.c_str()) * PAGE_TO_KB); in GetRssByPid()
29 #define PAGE_TO_KB 4 macro
291 if (rssValue < 0 || rssValue > INT_MAX / PAGE_TO_KB) { in GetPidProcInfo()295 procInfo.size = rssValue * PAGE_TO_KB; in GetPidProcInfo()