runtime.wbBuf.buf (field)
12 uses
runtime (current package)
mwbbuf.go#L59: buf [wbBufEntryPointers * wbBufEntries]uintptr
mwbbuf.go#L81: start := uintptr(unsafe.Pointer(&b.buf[0]))
mwbbuf.go#L86: b.end = uintptr(unsafe.Pointer(&b.buf[wbBufEntryPointers]))
mwbbuf.go#L92: b.end = uintptr(unsafe.Pointer(&b.buf[2*wbBufEntryPointers]))
mwbbuf.go#L94: b.end = start + uintptr(len(b.buf))*unsafe.Sizeof(b.buf[0])
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#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]
 |
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. |