type runtime.finalizer
9 uses
runtime (current package)
mfinal.go#L28: fin [(_FinBlockSize - 2*sys.PtrSize - 2*4) / unsafe.Sizeof(finalizer{})]finalizer
mfinal.go#L41: type finalizer struct {
mfinal.go#L97: if (unsafe.Sizeof(finalizer{}) != 5*sys.PtrSize ||
mfinal.go#L98: unsafe.Offsetof(finalizer{}.fn) != 0 ||
mfinal.go#L99: unsafe.Offsetof(finalizer{}.arg) != sys.PtrSize ||
mfinal.go#L100: unsafe.Offsetof(finalizer{}.nret) != 2*sys.PtrSize ||
mfinal.go#L101: unsafe.Offsetof(finalizer{}.fint) != 3*sys.PtrSize ||
mfinal.go#L102: unsafe.Offsetof(finalizer{}.ot) != 4*sys.PtrSize) {
 |
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. |