Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc94 static const uptr kMaxThreadStackSize = 256 * (1 << 20); // 256M in GetThreadStackTopAndBottom() local
121 if (stacksize > kMaxThreadStackSize) in GetThreadStackTopAndBottom()
122 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
136 CHECK(stacksize < kMaxThreadStackSize); // Sanity check. in GetThreadStackTopAndBottom()