const runtime.traceStackSize
5 uses
runtime (current package)
trace.go#L92: traceStackSize = 128
trace.go#L152: stk [traceStackSize]uintptr // scratch buffer for traceback
trace.go#L220: stkBuf := make([]uintptr, traceStackSize)
trace.go#L775: return (*[traceStackSize]uintptr)(unsafe.Pointer(&ts.stk))[:ts.n]
trace.go#L850: var tmp [(2 + 4*traceStackSize) * traceBytesPerNumber]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. |