Home | History | Annotate | Download | only in lsan

Lines Matching defs:frontier

121 typedef InternalMmapVector<uptr> Frontier;
125 void ProcessGlobalRegions(Frontier *frontier);
126 void ProcessPlatformSpecificAllocations(Frontier *frontier);
134 // this Frontier vector before the StopTheWorldCallback actually runs.
138 Frontier frontier;
144 void ScanRootRegion(Frontier *frontier, RootRegion const &region,
154 Frontier *frontier,
156 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier);