reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
199 void ForEachChunk(ForEachChunkCallback callback, void *arg);
106 __lsan::ForEachChunk(ChunkCallback, &hp);
projects/compiler-rt/lib/lsan/lsan_common.cpp442 ForEachChunk(MarkInvalidPCCb, &arg); 450 ForEachChunk(CollectIgnoredCb, &frontier); 469 ForEachChunk(MarkIndirectlyLeakedCb, nullptr); 560 ForEachChunk(CollectLeaksCb, ¶m->leak_report); 563 ForEachChunk(ResetTagsCb, nullptr);