runtime.debugLogWriter.data (field)
11 uses
runtime (current package)
debuglog.go#L79: l.w.r.data = &l.w.data
debuglog.go#L361: data debugLogBuf
debuglog.go#L391: for l.write+n >= l.r.begin+uint64(len(l.data)) {
debuglog.go#L407: l.data[pos%uint64(len(l.data))] = uint8(size)
debuglog.go#L408: l.data[(pos+1)%uint64(len(l.data))] = uint8(size >> 8)
debuglog.go#L442: l.data[pos%uint64(len(l.data))] = x
debuglog.go#L451: n := copy(l.data[pos%uint64(len(l.data)):], x)
![]() |
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. |