Home
last modified time | relevance | path

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

/system/memory/libmeminfo/
Dprocmeminfo.cpp47 static const std::vector<std::string> g_excluded_vmas = { variable
173 if (std::find(g_excluded_vmas.begin(), g_excluded_vmas.end(), vma.name) == in Smaps()
174 g_excluded_vmas.end()) { in Smaps()
320 if (std::find(g_excluded_vmas.begin(), g_excluded_vmas.end(), mapinfo.name) == in ReadMaps()
321 g_excluded_vmas.end()) { in ReadMaps()