Home
last modified time | relevance | path

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

/system/memory/libmemunreachable/
DMemUnreachable.cpp68 allocator::vector<Mapping>& anon_mappings,
97 allocator::vector<Mapping> anon_mappings{mappings}; in CollectAllocations() local
100 if (!ClassifyMappings(mappings, heap_mappings, anon_mappings, globals_mappings, stack_mappings)) { in CollectAllocations()
110 for (auto it = anon_mappings.begin(); it != anon_mappings.end(); it++) { in CollectAllocations()
227 allocator::vector<Mapping>& anon_mappings, in ClassifyMappings() argument
231 anon_mappings.clear(); in ClassifyMappings()