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