Home | History | Annotate | Download | only in lsan

Lines Matching defs:frontier

231 typedef InternalMmapVector<uptr> Frontier;
235 void ProcessGlobalRegions(Frontier *frontier);
236 void ProcessPlatformSpecificAllocations(Frontier *frontier);
239 // this Frontier vector before the StopTheWorldCallback actually runs.
243 Frontier frontier;
253 void ScanRootRegions(Frontier *frontier,
261 Frontier *frontier,
263 void ScanGlobalRange(uptr begin, uptr end, Frontier *frontier);
265 Frontier *frontier);