const runtime/internal/sys.MinFrameSize
9 uses
runtime/internal/sys (current package)
consts.go#L32: const MinFrameSize = goarch.MinFrameSize
runtime
cgocall.go#L456: sched.sp = *(*uintptr)(unsafe.Pointer(sched.sp + alignUp(sys.MinFrameSize, sys.StackAlign)))
panic.go#L878: p.argp = add(p.startSP, sys.MinFrameSize)
proc.go#L5014: totalSize := uintptr(4*goarch.PtrSize + sys.MinFrameSize) // extra space in case of reads slightly beyond frame
stkframe.go#L106: arg0 := frame.sp + sys.MinFrameSize
stkframe.go#L188: minsize = sys.MinFrameSize
traceback.go#L24: const usesLR = sys.MinFrameSize > 0
traceback.go#L410: frame.argp = frame.fp + sys.MinFrameSize
traceback.go#L503: frame.sp += alignUp(sys.MinFrameSize, sys.StackAlign)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |