type runtime.adjustinfo
10 uses
runtime (current package)
stack.go#L535: type adjustinfo struct {
stack.go#L546: func adjustpointer(adjinfo *adjustinfo, vpp unsafe.Pointer) {
stack.go#L578: func adjustpointers(scanp unsafe.Pointer, bv *bitvector, adjinfo *adjustinfo, f funcInfo) {
stack.go#L628: adjinfo := (*adjustinfo)(arg)
stack.go#L717: func adjustctxt(gp *g, adjinfo *adjustinfo) {
stack.go#L733: func adjustdefers(gp *g, adjinfo *adjustinfo) {
stack.go#L753: func adjustpanics(gp *g, adjinfo *adjustinfo) {
stack.go#L759: func adjustsudogs(gp *g, adjinfo *adjustinfo) {
stack.go#L787: func syncadjustsudogs(gp *g, used uintptr, adjinfo *adjustinfo) uintptr {
stack.go#L858: var adjinfo adjustinfo
 |
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. |