Searched defs: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
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_rtl.cc555 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M local
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_rtl.cpp548 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M local
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan.cpp530 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M local

Completed in 91 milliseconds