Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/lsan/
HDlsan_common.cc526 static bool LeakComparator(const Leak &leak1, const Leak &leak2) { in LeakComparator() function
544 InternalSort(&leaks_, leaks_.size(), LeakComparator); in ReportTopLeaks()