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

/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc745 static const uptr kMaxExpectedCleanupSize = 64 << 20; // 64M local
746 if (top - bottom > kMaxExpectedCleanupSize) {

Completed in 450 milliseconds