func runtime.stackfree

6 uses

	runtime (current package)
		mgcmark.go#L289: 		stackfree(gp.stack)
		proc.go#L1388: 		stackfree(m.gsignal.stack)
		proc.go#L1744: 				stackfree(freem.g0.stack)
		proc.go#L4145: 		stackfree(gp.stack)
		stack.go#L427: func stackfree(stk stack) {
		stack.go#L914: 	stackfree(old)