Searched refs:SetMaxStack (Results 1 – 6 of 6) sorted by relevance
23 debug.SetMaxStack(1 << 16)
117 func SetMaxStack(bytes int) int { func
85 debug.SetMaxStack(1474560)
462 defer debug.SetMaxStack(debug.SetMaxStack(1e6))
1045 n := debug.SetMaxStack(1 << 16)1046 defer debug.SetMaxStack(n)
770 pkg runtime/debug, func SetMaxStack(int) int