Searched refs:RootRegion (Results 1 – 3 of 3) sorted by relevance
127 struct RootRegion { struct142 InternalMmapVector<RootRegion> const *GetRootRegions(); argument143 void ScanRootRegion(Frontier *frontier, RootRegion const ®ion,
133 static InternalMmapVector<RootRegion> *root_regions;135 InternalMmapVector<RootRegion> const *GetRootRegions() { return root_regions; } in GetRootRegions()139 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)]; in InitializeRootRegions()140 root_regions = new (placeholder) InternalMmapVector<RootRegion>(); in InitializeRootRegions()395 void ScanRootRegion(Frontier *frontier, const RootRegion &root_region, in ScanRootRegion()410 const RootRegion &root_region) { in ProcessRootRegion()974 RootRegion region = {reinterpret_cast<uptr>(begin), size}; in __lsan_register_root_region()987 RootRegion region = (*root_regions)[i]; in __lsan_unregister_root_region()
152 InternalMmapVector<RootRegion> const *root_regions = GetRootRegions(); in ProcessPlatformSpecificAllocations()