Lines Matching refs:mappings
57 const allocator::vector<Mapping>& mappings,
65 bool ClassifyMappings(const allocator::vector<Mapping>& mappings,
87 const allocator::vector<Mapping>& mappings, in CollectAllocations() argument
91 for (auto it = mappings.begin(); it != mappings.end(); it++) { in CollectAllocations()
95 allocator::vector<Mapping> heap_mappings{mappings}; in CollectAllocations()
96 allocator::vector<Mapping> anon_mappings{mappings}; in CollectAllocations()
97 allocator::vector<Mapping> globals_mappings{mappings}; in CollectAllocations()
98 allocator::vector<Mapping> stack_mappings{mappings}; in CollectAllocations()
99 if (!ClassifyMappings(mappings, heap_mappings, anon_mappings, globals_mappings, stack_mappings)) { in CollectAllocations()
224 bool MemUnreachable::ClassifyMappings(const allocator::vector<Mapping>& mappings, in ClassifyMappings() argument
236 for (auto it = mappings.begin(); it != mappings.end(); it++) { in ClassifyMappings()
299 allocator::vector<Mapping> mappings(heap); in GetUnreachableMemory() local
315 if (!ProcessMappings(parent_pid, mappings)) { in GetUnreachableMemory()
350 if (!unreachable.CollectAllocations(thread_info, mappings, refs)) { in GetUnreachableMemory()