runtime.workbuf.obj (field)
13 uses
runtime (current package)
mgcwork.go#L121: } else if wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L124: if wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L133: wbuf.obj[wbuf.nobj] = obj
mgcwork.go#L152: } else if wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L156: wbuf.obj[wbuf.nobj] = obj
mgcwork.go#L178: for wbuf.nobj == len(wbuf.obj) {
mgcwork.go#L185: n := copy(wbuf.obj[wbuf.nobj:], obj)
mgcwork.go#L223: return wbuf.obj[wbuf.nobj]
mgcwork.go#L240: return wbuf.obj[wbuf.nobj]
mgcwork.go#L325: obj [(_WorkbufSize - unsafe.Sizeof(workbufhdr{})) / sys.PtrSize]uintptr
mgcwork.go#L436: memmove(unsafe.Pointer(&b1.obj[0]), unsafe.Pointer(&b.obj[b.nobj]), uintptr(n)*unsafe.Sizeof(b1.obj[0]))
![]() |
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. |