Home
last modified time | relevance | path

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

/bionic/tests/
Dutils.h99 static bool parse_maps(std::vector<map_record>* maps) { in parse_maps() argument
100 maps->clear(); in parse_maps()
132 maps->push_back(record); in parse_maps()
Ddlext_test.cpp606 const std::vector<android::meminfo::Vma>& maps = proc_mem.Maps(); in GetPss() local
607 ASSERT_GT(maps.size(), 0UL); in GetPss()
612 for (auto& vma : maps) { in GetPss()
1978 std::vector<map_record> maps; in TEST() local
1979 Maps::parse_maps(&maps); in TEST()
1986 for (const auto& rec : maps) { in TEST()
Ddlfcn_test.cpp951 std::vector<map_record> maps; in TEST() local
952 ASSERT_TRUE(Maps::parse_maps(&maps)); in TEST()
955 for (const map_record& rec : maps) { in TEST()
Dpthread_test.cpp1548 std::vector<map_record> maps; in TEST() local
1549 ASSERT_TRUE(Maps::parse_maps(&maps)); in TEST()
1551 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. Binraies ran from this location will use namespaces
/bionic/
DREADME.md178 updated the maps in step 5. (You can use strace(1) to confirm that the
/bionic/libc/malloc_debug/
DREADME.md517 The map data is simply the output of /proc/PID/maps. This data can be used to