Searched refs:RootRegion (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h124 struct RootRegion { struct in namespace:__lsan
129 InternalMmapVector<RootRegion> const *GetRootRegions();
130 void ScanRootRegion(Frontier *frontier, RootRegion const &region,
H A Dlsan_common.cpp100 static InternalMmapVector<RootRegion> *root_regions;
102 InternalMmapVector<RootRegion> const *GetRootRegions() { return root_regions; }
106 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)];
107 root_regions = new (placeholder) InternalMmapVector<RootRegion>();
311 void ScanRootRegion(Frontier *frontier, const RootRegion &root_region,
326 const RootRegion &root_region) {
820 RootRegion region = {reinterpret_cast<uptr>(begin), size};
833 RootRegion region = (*root_regions)[i];
H A Dlsan_common_mac.cpp152 InternalMmapVector<RootRegion> const *root_regions = GetRootRegions();

Completed in 69 milliseconds