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)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |