Searched refs:kMaxExpectedCleanupSize (Results 1 – 2 of 2) sorted by relevance
548 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M in UnpoisonStack() local549 if (top - bottom > kMaxExpectedCleanupSize) { in UnpoisonStack()
521 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M in __hwasan_handle_longjmp() local522 if (dst < sp || dst - sp > kMaxExpectedCleanupSize) { in __hwasan_handle_longjmp()