func runtime.allgadd

3 uses

	runtime (current package)
		proc.go#L518: func allgadd(gp *g) {
		proc.go#L1924: 	allgadd(gp)
		proc.go#L4023: 		allgadd(newg) // publishes with a g->status of Gdead so GC scanner doesn't look at uninitialized stack.