runtime.wbBuf.end (field)
6 uses
runtime (current package)
mwbbuf.go#L54: end uintptr
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#L149: return b.next != b.end
 |
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. |