runtime.stackObject.typ (field)
5 uses
runtime (current package)
mgcmark.go#L796: t := obj.typ
mgcmark.go#L847: if obj.typ == nil { // reachable
mgcmark.go#L850: println(" dead stkobj at", hex(gp.stack.lo+uintptr(obj.off)), "of type", obj.typ.string())
mgcstack.go#L155: typ *_type // type info (for ptr/nonptr bits). nil if object has been scanned.
mgcstack.go#L165: *(*uintptr)(unsafe.Pointer(&obj.typ)) = uintptr(unsafe.Pointer(typ))
 |
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. |