const runtime/internal/sys.MinFrameSize
9 uses
runtime/internal/sys (current package)
arch_amd64.go#L13: MinFrameSize = 0
runtime
cgocall.go#L313: sched.sp = *(*uintptr)(unsafe.Pointer(sched.sp + sys.MinFrameSize))
proc.go#L4033: totalSize := 4*sys.RegSize + uintptr(siz) + sys.MinFrameSize // extra space in case of reads slightly beyond frame
proc.go#L4041: spArg += sys.MinFrameSize
stack.go#L1250: minsize = sys.MinFrameSize
traceback.go#L37: const usesLR = sys.MinFrameSize > 0
traceback.go#L285: frame.argp = frame.fp + sys.MinFrameSize
traceback.go#L493: frame.sp += sys.MinFrameSize
traceback.go#L607: arg0 := frame.sp + sys.MinFrameSize
![]() |
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. |