type runtime.traceStackTable
7 uses
runtime (current package)
trace.go#L128: stackTab traceStackTable // maps stack traces to unique ids
trace.go#L753: type traceStackTable struct {
trace.go#L780: func (tab *traceStackTable) put(pcs []uintptr) uint32 {
trace.go#L813: func (tab *traceStackTable) find(pcs []uintptr, hash uintptr) uint32 {
trace.go#L830: func (tab *traceStackTable) newStack(n int) *traceStack {
trace.go#L849: func (tab *traceStackTable) dump() {
trace.go#L884: *tab = traceStackTable{}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)