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