runtime.stackObjectBuf.obj (field)
8 uses
runtime (current package)
mgcmark.go#L846: obj := &x.obj[i]
mgcstack.go#L130: obj [(_WorkbufSize - unsafe.Sizeof(stackObjectBufHdr{})) / unsafe.Sizeof(stackObject{})]stackObject
mgcstack.go#L283: if x.nobj > 0 && uint32(addr-s.stack.lo) < x.obj[x.nobj-1].off+x.obj[x.nobj-1].size {
mgcstack.go#L286: if x.nobj == len(x.obj) {
mgcstack.go#L294: obj := &x.obj[x.nobj]
mgcstack.go#L321: root = &x.obj[idx]
mgcstack.go#L323: if idx == len(x.obj) {
![]() |
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. |