Searched refs:maps (Results 1 – 7 of 7) sorted by relevance
99 static bool parse_maps(std::vector<map_record>* maps) { in parse_maps() argument100 maps->clear(); in parse_maps()132 maps->push_back(record); in parse_maps()
606 const std::vector<android::meminfo::Vma>& maps = proc_mem.Maps(); in GetPss() local607 ASSERT_GT(maps.size(), 0UL); in GetPss()612 for (auto& vma : maps) { in GetPss()1978 std::vector<map_record> maps; in TEST() local1979 Maps::parse_maps(&maps); in TEST()1986 for (const auto& rec : maps) { in TEST()
951 std::vector<map_record> maps; in TEST() local952 ASSERT_TRUE(Maps::parse_maps(&maps)); in TEST()955 for (const map_record& rec : maps) { in TEST()
1548 std::vector<map_record> maps; in TEST() local1549 ASSERT_TRUE(Maps::parse_maps(&maps)); in TEST()1551 for (const auto& map : maps) { in TEST()
9 1. Mappings - maps executable locations to sections14 This part of the document maps location of an executable to a section. Here is an example28 # The following line maps section to a dir. Binraies ran from this location will use namespaces
178 updated the maps in step 5. (You can use strace(1) to confirm that the
517 The map data is simply the output of /proc/PID/maps. This data can be used to