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

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

Completed in 152 milliseconds