reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/lsan/lsan_common.cpp
  450   ForEachChunk(CollectIgnoredCb, &frontier);
  451   ProcessGlobalRegions(&frontier);
  452   ProcessThreads(suspended_threads, &frontier);
  453   ProcessRootRegions(&frontier);
  454   FloodFillTag(&frontier, kReachable);
  456   CHECK_EQ(0, frontier.size());
  457   ProcessPC(&frontier);
  463   ProcessPlatformSpecificAllocations(&frontier);
  464   FloodFillTag(&frontier, kReachable);