func runtime.malg

6 uses

	runtime (current package)
		os_darwin.go#L296: 	mp.gsignal = malg(32 * 1024) // OS X wants >= 8K
		proc.go#L1759: 		mp.g0 = malg(-1)
		proc.go#L1761: 		mp.g0 = malg(8192 * sys.StackGuardMultiplier)
		proc.go#L1900: 	gp := malg(4096)
		proc.go#L3943: func malg(stacksize int32) *g {
		proc.go#L4021: 		newg = malg(_StackMin)