Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp553 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M in UnpoisonStack() local
554 if (top - bottom > kMaxExpectedCleanupSize) { in UnpoisonStack()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp689 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M in __hwasan_handle_longjmp() local
690 if (dst < sp || dst - sp > kMaxExpectedCleanupSize) { in __hwasan_handle_longjmp()