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.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. |