Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_memory_profile.cpp42 } else if (cv.IsQuarantined()) { in ProcessChunk()
Dasan_allocator.h57 bool IsQuarantined() const; // Checks if the memory is currently quarantined.
Dasan_allocator.cpp880 bool AsanChunkView::IsQuarantined() const { in IsQuarantined() function in __asan::AsanChunkView
899 if (!IsQuarantined()) in FreeTid()
926 if (!IsQuarantined()) in GetFreeStackId()