Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_am_CachedAppOptimizer.cpp71 static int64_t compactMemory(const std::vector<Vma>& vmas, int pid, int madviseType) { in compactMemory() function
143 int64_t pageoutBytes = compactMemory(pageoutVmas, pid, MADV_PAGEOUT); in compactProcess()
149 int64_t coldBytes = compactMemory(coldVmas, pid, MADV_COLD); in compactProcess()