Searched refs:kMaxThreadStackSize (Results 1 – 1 of 1) sorted by relevance
94 static const uptr kMaxThreadStackSize = 256 * (1 << 20); // 256M in GetThreadStackTopAndBottom() local121 if (stacksize > kMaxThreadStackSize) in GetThreadStackTopAndBottom()122 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()136 CHECK(stacksize < kMaxThreadStackSize); // Sanity check. in GetThreadStackTopAndBottom()