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.cpp284 static int64_t compactMemory(const std::vector<Vma>& vmas, int pid, int madviseType, in compactMemory() function
405 int64_t pageoutBytes = compactMemory(pageoutVmas, pid, MADV_PAGEOUT, pageoutVmaIndex); in compactProcess()
412 int64_t coldBytes = compactMemory(coldVmas, pid, MADV_COLD, coldVmaIndex); in compactProcess()