runtime.p.wbBuf (field)
18 uses
runtime (current package)
atomic_pointer.go#L23: if !getg().m.p.ptr().wbBuf.putFast(*slot, uintptr(new)) {
mbitmap.go#L585: buf := &getg().m.p.ptr().wbBuf
mbitmap.go#L627: buf := &getg().m.p.ptr().wbBuf
mbitmap.go#L653: buf := &getg().m.p.ptr().wbBuf
mbitmap.go#L714: buf := &getg().m.p.ptr().wbBuf
mgc.go#L2111: p.wbBuf.reset()
mwbbuf.go#L183: getg().m.p.ptr().wbBuf.discard()
mwbbuf.go#L193: getg().m.p.ptr().wbBuf.discard()
mwbbuf.go#L217: start := uintptr(unsafe.Pointer(&_p_.wbBuf.buf[0]))
mwbbuf.go#L218: n := (_p_.wbBuf.next - start) / unsafe.Sizeof(_p_.wbBuf.buf[0])
mwbbuf.go#L219: ptrs := _p_.wbBuf.buf[:n]
mwbbuf.go#L223: _p_.wbBuf.next = 0
mwbbuf.go#L230: _p_.wbBuf.reset()
mwbbuf.go#L289: _p_.wbBuf.reset()
proc.go#L673: p.wbBuf.reset()
proc.go#L4648: pp.wbBuf.reset()
runtime2.go#L678: wbBuf wbBuf
![]() |
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. |