Searched refs:kMaxSaneContextStackSize (Results 1 – 1 of 1) sorted by relevance
303 static const uptr kMaxSaneContextStackSize = 1 << 22; // 4 Mb in ClearShadowMemoryForContextStack() local304 if (AddrIsInMem(bottom) && ssize && ssize <= kMaxSaneContextStackSize) { in ClearShadowMemoryForContextStack()