Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp42 } else if (cv.IsQuarantined()) { in ProcessChunk()
H A Dasan_allocator.h57 bool IsQuarantined() const; // Checks if the memory is currently quarantined.
H A Dasan_allocator.cpp868 bool AsanChunkView::IsQuarantined() const { in IsQuarantined() function in __asan::AsanChunkView
887 if (!IsQuarantined()) in FreeTid()
907 if (!IsQuarantined()) in GetFreeStackId()