Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp102 static bool HasReportedBadPoolAccess = false; variable
127 if (HasReportedBadPoolAccess) return; in dumpReport()
128 HasReportedBadPoolAccess = true; in dumpReport()
260 HasReportedBadPoolAccess = false; in installSignalHandlers()