Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp263 static const uptr kMaxSaneContextStackSize = 1 << 22; // 4 Mb in ClearShadowMemoryForContextStack() local
264 if (AddrIsInMem(bottom) && ssize && ssize <= kMaxSaneContextStackSize) { in ClearShadowMemoryForContextStack()
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc336 static const uptr kMaxSaneContextStackSize = 1 << 22; // 4 Mb in ClearShadowMemoryForContextStack() local
337 if (AddrIsInMem(bottom) && ssize && ssize <= kMaxSaneContextStackSize) { in ClearShadowMemoryForContextStack()