func runtime.findObject
11 uses
runtime (current package)
cgocall.go#L553: b, span, _ := findObject(uintptr(p), 0, 0)
checkptr.go#L68: if base, _, _ := findObject(uintptr(p), 0, 0); base != 0 {
mbitmap.go#L368: func findObject(p, refBase, refOff uintptr) (base uintptr, s *mspan, objIndex uintptr) {
mbitmap.go#L1983: if base, s, _ := findObject(uintptr(p), 0, 0); base != 0 {
mfinal.go#L329: base, _, _ := findObject(uintptr(e.data), 0, 0)
mgcmark.go#L1186: if obj, span, objIndex := findObject(p, b, i); obj != 0 {
mgcmark.go#L1286: if obj, span, objIndex := findObject(obj, b, i); obj != 0 {
mgcmark.go#L1395: if obj, span, objIndex := findObject(b, 0, 0); obj != 0 {
mgcmark.go#L1545: _, span, objIndex := findObject(c.tiny, 0, 0)
mheap.go#L1796: base, _, _ := findObject(uintptr(p), 0, 0)
mwbbuf.go#L260: obj, span, objIndex := findObject(ptr, 0, 0)
 |
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. |