Home
last modified time | relevance | path

Searched refs:CollectLeaksCb (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common.cpp612 static void CollectLeaksCb(uptr chunk, void *arg) { in CollectLeaksCb() function
681 ForEachChunk(CollectLeaksCb, &param->leaks); in CheckForLeaksCallback()