Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan.cc458 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M in __hwasan_handle_longjmp() local
459 if (dst < sp || dst - sp > kMaxExpectedCleanupSize) { in __hwasan_handle_longjmp()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_rtl.cc582 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M in __asan_handle_no_return() local
583 if (top - bottom > kMaxExpectedCleanupSize) { in __asan_handle_no_return()