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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_rtl.cc571 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M local
572 if (top - bottom > kMaxExpectedCleanupSize) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_rtl.cc555 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M local
556 if (top - bottom > kMaxExpectedCleanupSize) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_rtl.cpp548 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M local
549 if (top - bottom > kMaxExpectedCleanupSize) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan.cpp530 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M local
531 if (dst < sp || dst - sp > kMaxExpectedCleanupSize) {

Completed in 220 milliseconds