Home
last modified time | relevance | path

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

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