Home
last modified time | relevance | path

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

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