func runtime.heapBitsForAddr
17 uses
runtime (current package)
cgocall.go#L558: hbits := heapBitsForAddr(base)
cgocheck.go#L153: hbits := heapBitsForAddr(uintptr(src))
heapdump.go#L744: hbits := heapBitsForAddr(p)
mbitmap.go#L308: func heapBitsForAddr(addr uintptr) (h heapBits) {
mbitmap.go#L586: h := heapBitsForAddr(dst)
mbitmap.go#L628: h := heapBitsForAddr(dst)
mbitmap.go#L838: h := heapBitsForAddr(x)
mbitmap.go#L849: h := heapBitsForAddr(x)
mbitmap.go#L1318: h := heapBitsForAddr(x)
mbitmap.go#L1386: end := heapBitsForAddr(x + size - sys.PtrSize)
mbitmap.go#L1404: h0 := heapBitsForAddr(x)
mbitmap.go#L1412: h := heapBitsForAddr(x)
mbitmap.go#L1438: h0 := heapBitsForAddr(x)
mbitmap.go#L1984: hbits := heapBitsForAddr(base)
mcache.go#L247: heapBitsForAddr(s.base()).initSpan(s)
mcentral.go#L241: heapBitsForAddr(s.base()).initSpan(s)
mgcmark.go#L1211: hbits := heapBitsForAddr(b)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)