Searched refs:g_vmas (Results 1 – 1 of 1) sorted by relevance
59 static std::vector<VmaInfo> g_vmas; variable87 if (g_vmas.empty()) { in collect_vma()88 g_vmas.emplace_back(vma); in collect_vma()93 VmaInfo& last = g_vmas.back(); in collect_vma()105 for (it = g_vmas.begin(); it != g_vmas.end(); it++) { in collect_vma()131 g_vmas.insert(it, current); in collect_vma()136 if (it == g_vmas.end()) { in collect_vma()137 g_vmas.emplace_back(current); in collect_vma()219 for (const auto& v : g_vmas) { in showmap()