Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp149 InternalMmapVectorNoCtor<RootRegion> const *root_regions = GetRootRegions(); in ProcessPlatformSpecificAllocations()
H A Dlsan_common.h151 InternalMmapVectorNoCtor<RootRegion> const *GetRootRegions();
H A Dlsan_common.cpp223 InternalMmapVectorNoCtor<RootRegion> const *GetRootRegions() { in GetRootRegions() function