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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp555 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M local
556 if (top - bottom > kMaxExpectedCleanupSize) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp463 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M local
464 if (dst < sp || dst - sp > kMaxExpectedCleanupSize) {

Completed in 63 milliseconds