Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h199 using LeakedChunks = InternalMmapVector<LeakedChunk>; variable
220 void AddLeakedChunks(const LeakedChunks &chunks);
249 LeakedChunks leaks;
H A Dlsan_common.cpp755 LeakedChunks *leaks = reinterpret_cast<LeakedChunks *>(arg); in CollectLeaksCb()
954 void LeakReport::AddLeakedChunks(const LeakedChunks &chunks) { in AddLeakedChunks()