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

Declarations

projects/compiler-rt/lib/lsan/lsan_common.h
  199 void ForEachChunk(ForEachChunkCallback callback, void *arg);

References

projects/compiler-rt/lib/asan/asan_memory_profile.cpp
  106   __lsan::ForEachChunk(ChunkCallback, &hp);
projects/compiler-rt/lib/lsan/lsan_common.cpp
  442   ForEachChunk(MarkInvalidPCCb, &arg);
  450   ForEachChunk(CollectIgnoredCb, &frontier);
  469   ForEachChunk(MarkIndirectlyLeakedCb, nullptr);
  560   ForEachChunk(CollectLeaksCb, &param->leak_report);
  563   ForEachChunk(ResetTagsCb, nullptr);