Home
last modified time | relevance | path

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

/bionic/tests/
Dgwp_asan_test.cpp140 std::string maps; in TEST_F() local
141 EXPECT_TRUE(android::base::ReadFileToString("/proc/self/maps", &maps)); in TEST_F()
142 EXPECT_TRUE(maps.find("GWP-ASan") != std::string::npos) << maps; in TEST_F()
154 std::string maps; in TEST() local
155 EXPECT_TRUE(android::base::ReadFileToString("/proc/self/maps", &maps)); in TEST()
156 EXPECT_TRUE(maps.find("GWP-ASan") != std::string::npos) << maps; in TEST()
160 std::string maps; in TEST() local
161 EXPECT_TRUE(android::base::ReadFileToString("/proc/self/maps", &maps)); in TEST()
162 EXPECT_TRUE(maps.find("GWP-ASan") == std::string::npos); in TEST()
Dmalloc_stress_test.cpp73 const std::vector<android::meminfo::Vma>& maps = proc_mem.MapsWithoutUsageStats(); in TEST() local
76 for (auto& vma : maps) { in TEST()
Dutils.h104 static bool parse_maps(std::vector<map_record>* maps) { in parse_maps() argument
105 maps->clear(); in parse_maps()
137 maps->push_back(record); in parse_maps()
Ddlext_test.cpp624 const std::vector<android::meminfo::Vma>& maps = proc_mem.MapsWithoutUsageStats(); in GetPss() local
625 ASSERT_GT(maps.size(), 0UL); in GetPss()
630 for (auto& vma : maps) { in GetPss()
2002 std::vector<map_record> maps; in TEST() local
2003 Maps::parse_maps(&maps); in TEST()
2010 for (const auto& rec : maps) { in TEST()
Ddlfcn_test.cpp942 std::vector<map_record> maps; in TEST() local
943 ASSERT_TRUE(Maps::parse_maps(&maps)); in TEST()
946 for (const map_record& rec : maps) { in TEST()
Dpthread_test.cpp1824 std::vector<map_record> maps; in TEST() local
1825 ASSERT_TRUE(Maps::parse_maps(&maps)); in TEST()
1827 for (const auto& map : maps) { in TEST()
/bionic/linker/
Dld.config.format.md9 1. Mappings - maps executable locations to sections
14 This part of the document maps location of an executable to a section. Here is an example
28 # The following line maps section to a dir. Binaries ran from this location will use namespaces
/bionic/benchmarks/
Dmalloc_rss_benchmark.cpp118 const std::vector<android::meminfo::Vma>& maps = proc_mem.MapsWithoutUsageStats(); in StressSizeClass() local
122 for (auto& vma : maps) { in StressSizeClass()
Dmalloc_map_benchmark.cpp49 const std::vector<android::meminfo::Vma>& maps = proc_mem.MapsWithoutUsageStats(); in Gather() local
50 for (auto& vma : maps) { in Gather()
/bionic/docs/
Dnative_allocator.md364 and some allocators might leave large virtual address maps around
390 of the maps that this allocator includes.
393 of a process, any named maps must be added to the file:
/bionic/libc/malloc_debug/
DREADME.md599 The map data is simply the output of /proc/PID/maps. This data can be used to