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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp263 static const uptr kMaxSaneContextStackSize = 1 << 22; // 4 Mb local
264 if (AddrIsInMem(bottom) && ssize && ssize <= kMaxSaneContextStackSize) {

Completed in 152 milliseconds