func runtime.stackalloc

4 uses

	runtime (current package)
		proc.go#L3948: 			newg.stack = stackalloc(uint32(stacksize))
		proc.go#L4200: 			gp.stack = stackalloc(_FixedStack)
		stack.go#L327: func stackalloc(n uint32) stack {
		stack.go#L849: 	new := stackalloc(uint32(newsize))