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