Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.cc381 static void CollectLeaksCb(uptr chunk, void *arg) { in CollectLeaksCb() function
428 ForEachChunk(CollectLeaksCb, &param->leak_report); in CheckForLeaksCallback()