Searched refs:maxStackSize (Results 1 – 3 of 3) sorted by relevance
355 constexpr int maxStackSize = 1024 * 10; in StackOverflow() local356 if (pthread_attr_setstacksize(&attr, maxStackSize) == 0) { in StackOverflow()
79 | maxStackSize | 128KB | 控制解释器栈帧大小 |
78 | maxStackSize | 128 KB| Maximum frame size of the interpreter stack.|