Home
last modified time | relevance | path

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

/system/memory/libmemunreachable/
DMemUnreachable.cpp67 allocator::vector<Mapping>& heap_mappings,
96 allocator::vector<Mapping> heap_mappings{mappings}; in CollectAllocations() local
100 if (!ClassifyMappings(mappings, heap_mappings, anon_mappings, globals_mappings, stack_mappings)) { in CollectAllocations()
104 for (auto it = heap_mappings.begin(); it != heap_mappings.end(); it++) { in CollectAllocations()
226 allocator::vector<Mapping>& heap_mappings, in ClassifyMappings() argument
230 heap_mappings.clear(); in ClassifyMappings()
258 heap_mappings.emplace_back(*it); in ClassifyMappings()