const internal/runtime/sys.MinFrameSize
8 uses
internal/runtime/sys (current package)
consts.go#L32: const MinFrameSize = goarch.MinFrameSize
runtime
cgocall.go#L495: sched.sp = *(*uintptr)(unsafe.Pointer(sched.sp + alignUp(sys.MinFrameSize, sys.StackAlign)))
proc.go#L5334: 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#L25: const usesLR = sys.MinFrameSize > 0
traceback.go#L411: frame.argp = frame.fp + sys.MinFrameSize
traceback.go#L504: frame.sp += alignUp(sys.MinFrameSize, sys.StackAlign)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)