Home
last modified time | relevance | path

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

/bionic/tests/
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.h110 static bool parse_maps(std::vector<map_record>* maps) { in parse_maps() argument
111 maps->clear(); in parse_maps()
143 maps->push_back(record); in parse_maps()
Ddlext_test.cpp623 const std::vector<android::meminfo::Vma>& maps = proc_mem.MapsWithoutUsageStats(); in GetPss() local
624 ASSERT_GT(maps.size(), 0UL); in GetPss()
629 for (auto& vma : maps) { in GetPss()
2004 std::vector<map_record> maps; in TEST() local
2005 Maps::parse_maps(&maps); in TEST()
2012 for (const auto& rec : maps) { in TEST()
Ddlfcn_test.cpp948 std::vector<map_record> maps; in TEST() local
949 ASSERT_TRUE(Maps::parse_maps(&maps)); in TEST()
952 for (const map_record& rec : maps) { in TEST()
Dpthread_test.cpp1744 std::vector<map_record> maps; in TEST() local
1745 ASSERT_TRUE(Maps::parse_maps(&maps)); in TEST()
1747 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_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/
DREADME.md174 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