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