runtime.cpuProfile.extra (field)
7 uses
runtime (current package)
cpuprof.go#L39: extra [1000]uintptr
cpuprof.go#L130: if cpuprof.numExtra+1+len(stk) < len(cpuprof.extra) {
cpuprof.go#L132: cpuprof.extra[i] = uintptr(1 + len(stk))
cpuprof.go#L133: copy(cpuprof.extra[i+1:], stk)
cpuprof.go#L151: p.log.write(nil, 0, hdr[:], p.extra[i+1:i+int(p.extra[i])])
cpuprof.go#L152: i += int(p.extra[i])
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)