runtime.heapBits.next (method)
18 uses
runtime (current package)
cgocall.go#L568: hbits = hbits.next()
cgocheck.go#L162: hbits = hbits.next()
heapdump.go#L752: hbits = hbits.next()
mbitmap.go#L418: func (h heapBits) next() heapBits {
mbitmap.go#L595: h = h.next()
mbitmap.go#L606: h = h.next()
mbitmap.go#L636: h = h.next()
mbitmap.go#L946: h = h.next().next()
mbitmap.go#L954: h = h.next()
mbitmap.go#L1338: h = h.next().next()
mbitmap.go#L1365: h = h.next().next()
mbitmap.go#L1390: end = end.next()
mbitmap.go#L1449: h = h.next()
mbitmap.go#L1995: hbits = hbits.next()
mgcmark.go#L1259: hbits = hbits.next()
![]() |
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. |