Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp168 InternalMmapVector<Region> mapped_regions; in ProcessPlatformSpecificAllocations() local
219 mapped_regions.push_back({address, end_address}); in ProcessPlatformSpecificAllocations()
223 ScanRootRegions(frontier, mapped_regions); in ProcessPlatformSpecificAllocations()
H A Dlsan_common.cpp544 const InternalMmapVectorNoCtor<Region> &mapped_regions) { in ScanRootRegions() argument
555 Intersect(mapped_regions, regions, intersection); in ScanRootRegions()
570 InternalMmapVector<Region> mapped_regions; in ProcessRootRegions() local
573 mapped_regions.push_back({segment.start, segment.end}); in ProcessRootRegions()
574 ScanRootRegions(frontier, mapped_regions); in ProcessRootRegions()