Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_rtl.cpp522 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M in UnpoisonStack() local
523 if (top - bottom > kMaxExpectedCleanupSize) { in UnpoisonStack()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan.cpp531 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M in __hwasan_handle_longjmp() local
532 if (dst < sp || dst - sp > kMaxExpectedCleanupSize) { in __hwasan_handle_longjmp()