runtime._defer.siz (field)
10 uses
runtime (current package)
panic.go#L369: if d.siz == 0 {
panic.go#L425: d.siz = siz
panic.go#L447: sc := deferclass(uintptr(d.siz))
panic.go#L480: d.siz = 0
panic.go#L550: switch d.siz {
panic.go#L556: memmove(unsafe.Pointer(&arg0), deferArgs(d), uintptr(d.siz))
panic.go#L632: reflectcallSave(&p, unsafe.Pointer(d.fn), deferArgs(d), uint32(d.siz))
panic.go#L971: reflectcall(nil, unsafe.Pointer(d.fn), deferArgs(d), uint32(d.siz), uint32(d.siz))
runtime2.go#L908: siz int32 // includes both arguments and results
![]() |
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. |