runtime.wbBuf.next (field)
10 uses
runtime (current package)
mwbbuf.go#L49: next uintptr
mwbbuf.go#L82: b.next = start
mwbbuf.go#L97: if (b.end-b.next)%(wbBufEntryPointers*unsafe.Sizeof(b.buf[0])) != 0 {
mwbbuf.go#L108: b.next = uintptr(unsafe.Pointer(&b.buf[0]))
mwbbuf.go#L113: return b.next == uintptr(unsafe.Pointer(&b.buf[0]))
mwbbuf.go#L145: p := (*[2]uintptr)(unsafe.Pointer(b.next))
mwbbuf.go#L148: b.next += 2 * sys.PtrSize
mwbbuf.go#L149: return b.next != b.end
mwbbuf.go#L218: n := (_p_.wbBuf.next - start) / unsafe.Sizeof(_p_.wbBuf.buf[0])
mwbbuf.go#L223: _p_.wbBuf.next = 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. |