const runtime._StackSystem

5 uses

	runtime (current package)
		proc.go#L3946: 		stacksize = round2(_StackSystem + stacksize)
		stack.go#L69: 	_StackSystem = sys.GoosWindows*512*sys.PtrSize + sys.GoosPlan9*512 + sys.GoosIos*sys.GoarchArm64*1024
		stack.go#L76: 	_FixedStack0 = _StackMin + _StackSystem
		stack.go#L94: 	_StackGuard = 928*sys.StackGuardMultiplier + _StackSystem
		stack.go#L103: 	_StackLimit = _StackGuard - _StackSystem - _StackSmall