Searched refs:maps (Results 1 – 10 of 10) sorted by relevance
73 const std::vector<android::meminfo::Vma>& maps = proc_mem.MapsWithoutUsageStats(); in TEST() local76 for (auto& vma : maps) { in TEST()
110 static bool parse_maps(std::vector<map_record>* maps) { in parse_maps() argument111 maps->clear(); in parse_maps()143 maps->push_back(record); in parse_maps()
623 const std::vector<android::meminfo::Vma>& maps = proc_mem.MapsWithoutUsageStats(); in GetPss() local624 ASSERT_GT(maps.size(), 0UL); in GetPss()629 for (auto& vma : maps) { in GetPss()2004 std::vector<map_record> maps; in TEST() local2005 Maps::parse_maps(&maps); in TEST()2012 for (const auto& rec : maps) { in TEST()
948 std::vector<map_record> maps; in TEST() local949 ASSERT_TRUE(Maps::parse_maps(&maps)); in TEST()952 for (const map_record& rec : maps) { in TEST()
1744 std::vector<map_record> maps; in TEST() local1745 ASSERT_TRUE(Maps::parse_maps(&maps)); in TEST()1747 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. Binaries ran from this location will use namespaces
49 const std::vector<android::meminfo::Vma>& maps = proc_mem.MapsWithoutUsageStats(); in Gather() local50 for (auto& vma : maps) { in Gather()
364 and some allocators might leave large virtual address maps around390 of the maps that this allocator includes.393 of a process, any named maps must be added to the file:
174 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