Searched refs:compactMemory (Results 1 – 1 of 1) sorted by relevance
71 static int64_t compactMemory(const std::vector<Vma>& vmas, int pid, int madviseType) { in compactMemory() function143 int64_t pageoutBytes = compactMemory(pageoutVmas, pid, MADV_PAGEOUT); in compactProcess()149 int64_t coldBytes = compactMemory(coldVmas, pid, MADV_COLD); in compactProcess()