Home
last modified time | relevance | path

Searched refs:kMaxExpectedCleanupSize (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_rtl.cc616 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M in __asan_handle_no_return() local
617 if (top - bottom > kMaxExpectedCleanupSize) { in __asan_handle_no_return()