Searched refs:isGuardPage (Results 1 – 3 of 3) sorted by relevance
81 bool AllocatorState::isGuardPage(uintptr_t Ptr) const { in isGuardPage() function in gwp_asan::AllocatorState100 if (!isGuardPage(Ptr)) in getNearestSlot()
134 bool isGuardPage(uintptr_t Ptr) const;
71 if (State->isGuardPage(ErrorPtr)) { in __gwp_asan_diagnose_error()