Searched refs:kMaxExpectedCleanupSize (Results 1 – 1 of 1) sorted by relevance
598 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M in __asan_handle_no_return() local599 if (top - bottom > kMaxExpectedCleanupSize) { in __asan_handle_no_return()