Searched refs:g_vmas (Results 1 – 1 of 1) sorted by relevance
57 static std::vector<VmaInfo> g_vmas; variable85 if (g_vmas.empty()) { in collect_vma()86 g_vmas.emplace_back(vma); in collect_vma()91 VmaInfo& last = g_vmas.back(); in collect_vma()103 for (it = g_vmas.begin(); it != g_vmas.end(); it++) { in collect_vma()121 g_vmas.insert(it, current); in collect_vma()126 if (it == g_vmas.end()) { in collect_vma()127 g_vmas.emplace_back(current); in collect_vma()184 for (const auto& v : g_vmas) { in showmap()