Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h220 void AddLeakedChunks(const LeakedChunks &chunks);
H A Dlsan_common.cpp896 leak_report.AddLeakedChunks(param.leaks); in CheckForLeaksOnce()
954 void LeakReport::AddLeakedChunks(const LeakedChunks &chunks) { in AddLeakedChunks() function in __lsan::LeakReport