Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp41 } else if (cv.IsQuarantined()) { in ProcessChunk()
H A Dasan_allocator.h58 bool IsQuarantined() const; // Checks if the memory is currently quarantined.
H A Dasan_allocator.cpp930 bool AsanChunkView::IsQuarantined() const { in IsQuarantined() function in __asan::AsanChunkView
949 if (!IsQuarantined()) in FreeTid()
969 if (!IsQuarantined()) in GetFreeStackId()