Searched refs:heap_mappings (Results 1 – 1 of 1) sorted by relevance
67 allocator::vector<Mapping>& heap_mappings,96 allocator::vector<Mapping> heap_mappings{mappings}; in CollectAllocations() local100 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() argument230 heap_mappings.clear(); in ClassifyMappings()258 heap_mappings.emplace_back(*it); in ClassifyMappings()