type runtime.traceBuf
8 uses
runtime (current package)
trace.go#L158: type traceBuf struct {
trace.go#L172: func (tp traceBufPtr) ptr() *traceBuf { return (*traceBuf)(unsafe.Pointer(tp)) }
trace.go#L173: func (tp *traceBufPtr) set(b *traceBuf) { *tp = traceBufPtr(unsafe.Pointer(b)) }
trace.go#L174: func traceBufPtrOf(b *traceBuf) traceBufPtr {
trace.go#L643: buf = traceBufPtr(sysAlloc(unsafe.Sizeof(traceBuf{}), &memstats.other_sys))
trace.go#L734: func (buf *traceBuf) varint(v uint64) {
trace.go#L746: func (buf *traceBuf) byte(v byte) {
 |
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. |