Lines Matching refs:mappings
53 const allocator::vector<Mapping>& mappings);
59 bool ClassifyMappings(const allocator::vector<Mapping>& mappings,
80 const allocator::vector<Mapping>& mappings) { in CollectAllocations() argument
82 allocator::vector<Mapping> heap_mappings{mappings}; in CollectAllocations()
83 allocator::vector<Mapping> anon_mappings{mappings}; in CollectAllocations()
84 allocator::vector<Mapping> globals_mappings{mappings}; in CollectAllocations()
85 allocator::vector<Mapping> stack_mappings{mappings}; in CollectAllocations()
86 if (!ClassifyMappings(mappings, heap_mappings, anon_mappings, in CollectAllocations()
209 bool MemUnreachable::ClassifyMappings(const allocator::vector<Mapping>& mappings, in ClassifyMappings() argument
222 for (auto it = mappings.begin(); it != mappings.end(); it++) { in ClassifyMappings()
283 allocator::vector<Mapping> mappings(heap); in GetUnreachableMemory() local
298 if (!ProcessMappings(parent_pid, mappings)) { in GetUnreachableMemory()
328 if (!unreachable.CollectAllocations(thread_info, mappings)) { in GetUnreachableMemory()